Convenience function to get a new Plan quickly
Plan
The description of the new plan
A Strategy::Plan with the specified description
Strategy::Plan
# File lib/strategy.rb, line 27 def self.plan desc Strategy::Plan.new desc end
Convenience function to get a new Step quickly
Step
The description of the new step
A Strategy::Step with the specified description
Strategy::Step
# File lib/strategy.rb, line 14 def self.step desc Strategy::Step.new desc end