Method: Nothing#get

Defined in:
lib/maybe.rb

#getObject

Raises:



207
208
209
# File 'lib/maybe.rb', line 207

def get
  raise NothingError, "cannot get the value of Nothing."
end