1件ヒット
[1-1件を表示]
(0.098秒)
検索結果
-
Kernel
$ $ ERROR _ INFO -> Exception | nil (73240.0) -
$! の別名
$! の別名
require "English"
class SomethingError < StandardError; end
begin
raise SomethingError
rescue
p $ERROR_INFO.backtrace #=> ["sample.rb:5"]
p $ERROR_INFO.to_s #=> "SomethingError"
end