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