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