Method: NodeMutation.strategy
- Defined in:
- lib/node_mutation.rb
.strategy ⇒ Integer
Get the strategy by default is NodeMutation::Strategy::KEEP_RUNNING
55 56 57 |
# File 'lib/node_mutation.rb', line 55 def strategy @strategy ||= Strategy::KEEP_RUNNING end |