Exception: Maybe::Nothing::NothingToSeeHere

Inherits:
StandardError
  • Object
show all
Defined in:
lib/maybe/nothing.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



8
9
10
# File 'lib/maybe/nothing.rb', line 8

def message
  "called 'get' on Nothing"
end