Top Level Namespace

Defined Under Namespace

Modules: Transflow

Instance Method Summary collapse

Instance Method Details

#Transflow(options = {}, &block) ⇒ Object



71
72
73
# File 'lib/transflow.rb', line 71

def Transflow(options = {}, &block)
  Transflow::FlowDSL.new(options, &block).call
end