Class: Micro::Case::Safe::Flow::Reducer

Inherits:
Flow::Reducer show all
Defined in:
lib/micro/case/safe/flow.rb

Instance Attribute Summary

Attributes inherited from Flow::Reducer

#use_cases

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

Raises:

  • (NoMethodError)


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