Class: Rixie::Strategy::PlanExecute
- Inherits:
-
Object
- Object
- Rixie::Strategy::PlanExecute
- Defined in:
- lib/rixie/strategy/plan_execute.rb
Defined Under Namespace
Classes: Plan
Instance Method Summary collapse
Instance Method Details
#run(task:, listener:) ⇒ Object
8 9 10 11 12 |
# File 'lib/rixie/strategy/plan_execute.rb', line 8 def run(task:, listener:) plan = plan_phase(task:, listener:) execute_phase(plan:, task:, listener:) task.runs.last.output end |