検索結果
-
static void error
_ pos(void) (38100.0) -
-
Kernel
$ $ ERROR _ POSITION -> [String] | nil (6100.0) -
$@ の別名
...$@ の別名
require "English"
class SomethingError < StandardError; end
begin
raise SomethingError
rescue
p $ERROR_POSITION #=> ["sample.rb:5"]
end...