Module: Hopscotch::StepComposer

Extended by:
StepComposer
Included in:
StepComposer
Defined in:
lib/hopscotch.rb

Instance Method Summary collapse

Instance Method Details

#call_each(*fns) ⇒ Object



24
25
26
# File 'lib/hopscotch.rb', line 24

def call_each(*fns)
  Hopscotch::StepComposers::Default.call_each(fns)
end

#compose_with_error_handling(*fns) ⇒ Object



28
29
30
# File 'lib/hopscotch.rb', line 28

def compose_with_error_handling(*fns)
  Hopscotch::StepComposers::Default.compose_with_error_handling(fns)
end