Class: Micro::Case::Safe::Flow::Reducer
- Inherits:
-
Flow::Reducer
- Object
- Flow::Reducer
- Micro::Case::Safe::Flow::Reducer
- Defined in:
- lib/micro/case/safe/flow.rb
Instance Attribute Summary
Attributes inherited from Flow::Reducer
Instance Method Summary collapse
Methods inherited from Flow::Reducer
build, #call, #initialize, map_use_cases, #to_proc
Constructor Details
This class inherits a constructor from Micro::Case::Flow::Reducer
Instance Method Details
#& ⇒ Object
14 |
# File 'lib/micro/case/safe/flow.rb', line 14 alias_method :&, :>> |
#>>(arg) ⇒ Object
16 17 18 |
# File 'lib/micro/case/safe/flow.rb', line 16 def >>(arg) raise NoMethodError, "undefined method `>>' for #{self.inspect}. Please, use the method `&' to avoid this error." end |