Class: Consequence::Nothing
- Includes:
- DelegatesToValue
- Defined in:
- lib/consequence/something.rb
Instance Attribute Summary
Attributes inherited from Monad
Instance Method Summary collapse
Methods included from DelegatesToValue
Methods inherited from NullMonad
Methods inherited from Monad
#<<, #==, #>>, [], inherited, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Consequence::Monad
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Consequence::DelegatesToValue
Instance Method Details
#nil? ⇒ Boolean
17 |
# File 'lib/consequence/something.rb', line 17 def nil?; true end |