Method: Transflow::FlowDSL#call
- Defined in:
- lib/transflow/flow_dsl.rb
#call ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
35 36 37 |
# File 'lib/transflow/flow_dsl.rb', line 35 def call Transaction.new(step_map) end |