Exception: EOFError

Inherits:
Exception
  • Object
show all
Defined in:
lib/ask_error.rb

Instance Method Summary collapse

Instance Method Details

#exceptionObject



34
35
36
# File 'lib/ask_error.rb', line 34

def exception
  return EOFError.new("これ以上ファイル読めないわよ!")
end