Method: Cure::Strategy::StartWithStrategy#initialize
- Defined in:
- lib/cure/strategy/start_with_strategy.rb
#initialize(options) ⇒ StartWithStrategy
Returns a new instance of StartWithStrategy.
14 15 16 |
# File 'lib/cure/strategy/start_with_strategy.rb', line 14 def initialize() super(StartWithStrategyParams.new()) end |