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