Module: Mangrove::ControlFlow::ControlSignal Abstract
- Extended by:
- T::Helpers, T::Sig
- Included in:
- Option::ControlSignal, Result::ControlSignal
- Defined in:
- lib/mangrove/control_flow/control_signal.rb
Overview
This module is abstract.
Subclasses must implement the ‘abstract` methods below.
Instance Method Summary collapse
- #inner_value ⇒ T.untyped abstract
Instance Method Details
#inner_value ⇒ T.untyped
This method is abstract.
13 |
# File 'lib/mangrove/control_flow/control_signal.rb', line 13 def inner_value; end |