Module: WIP::Runner::Workflow::InstanceMethods

Defined in:
lib/wip/runner/workflow.rb

Instance Method Summary collapse

Instance Method Details

#execute(arguments, options) ⇒ Object



41
42
43
44
45
# File 'lib/wip/runner/workflow.rb', line 41

def execute(arguments, options)
  workflow = builder.build(arguments, options)
  runner   = Runner.new(@ui, workflow)
  runner.run(options)
end