Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/functional-light-service/functional/maybe.rb
Instance Method Summary collapse
Instance Method Details
#null? ⇒ Boolean
2 3 4 |
# File 'lib/functional-light-service/functional/maybe.rb', line 2 def null? false end |
#some? ⇒ Boolean
6 7 8 |
# File 'lib/functional-light-service/functional/maybe.rb', line 6 def some? true end |