Module: Kind::Either::Methods
- Included in:
- Kind
- Defined in:
- lib/kind/either/methods.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
13 14 15 |
# File 'lib/kind/either/methods.rb', line 13 def self.included(base) base.send(:private, :Left, :Right) end |