class ArgumentError
Public Instance Methods
exception()
click to toggle source
# File lib/ask_error.rb, line 22 def exception return ArgumentError.new("あんたバカぁ?引数の数が違うのに気付かないの…?") end
# File lib/ask_error.rb, line 22 def exception return ArgumentError.new("あんたバカぁ?引数の数が違うのに気付かないの…?") end