Method: Cucumber::Ast::StepInvocation#step_collection=
- Defined in:
- lib/cucumber/ast/step_invocation.rb
#step_collection=(value) ⇒ Object (writeonly)
Sets the attribute step_collection
10 11 12 |
# File 'lib/cucumber/ast/step_invocation.rb', line 10 def step_collection=(value) @step_collection = value end |