Method: Nothing#get
- Defined in:
- lib/maybe.rb
#get ⇒ Object
207 208 209 |
# File 'lib/maybe.rb', line 207 def get raise NothingError, "cannot get the value of Nothing." end |
207 208 209 |
# File 'lib/maybe.rb', line 207 def get raise NothingError, "cannot get the value of Nothing." end |