るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.103秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. fiddle type_intptr_t
  4. fiddle align_intptr_t
  5. t61string new

ライブラリ

検索結果

Exception#inspect -> String (33221.0)

self のクラス名と message を文字列にして返します。

...self のクラス名と message を文字列にして返します。

//emlist[例][ruby]{
begin
raise "exception"
rescue
p $!.inspect # => "#<RuntimeError: exception>"
end
//}...