class SyntaxError

Public Instance Methods

exception() click to toggle source
# File lib/ask_error.rb, line 16
def exception
  return SyntaxError.new("あんたバカぁ?こんなコード動くはずないじゃない!")
end