Exception: NoMethodError
- Inherits:
-
Exception
- Object
- Exception
- NoMethodError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
58 59 60 |
# File 'lib/ask_error.rb', line 58 def exception return NoMethodError.new("あんたバカぁ?そんな関数あるわけないじゃない!!") end |