Method: Nothing#inspect

Defined in:
lib/maybe.rb

#inspectObject



314
315
316
# File 'lib/maybe.rb', line 314

def inspect
  "Nothing"
end