Exception: EOFError
- Inherits:
-
Exception
- Object
- Exception
- EOFError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
34 35 36 |
# File 'lib/ask_error.rb', line 34 def exception return EOFError.new("これ以上ファイル読めないわよ!") end |