1件ヒット
[1-1件を表示]
(0.075秒)
検索結果
-
Kernel
$ $ ERROR _ POSITION -> [String] | nil (63925.0) -
$@ の別名
$@ の別名
require "English"
class SomethingError < StandardError; end
begin
raise SomethingError
rescue
p $ERROR_POSITION #=> ["sample.rb:5"]
end