Class: Lego::Either::None
- Inherits:
-
Object
- Object
- Lego::Either::None
- Includes:
- Eitherish
- Defined in:
- lib/lego/either.rb
Instance Method Summary collapse
Methods included from Eitherish
Instance Method Details
#inspect ⇒ Object
67 68 69 |
# File 'lib/lego/either.rb', line 67 def inspect "<Lego::Either::None>" end |