Method: Roby::Application#reset_plan
- Defined in:
- lib/roby/app.rb
#reset_plan(plan = ExecutablePlan.new) ⇒ Object
Reset the plan to a new Plan object
1607 1608 1609 |
# File 'lib/roby/app.rb', line 1607 def reset_plan(plan = ExecutablePlan.new) @plan = plan end |