Method: Cucumber::Ast::StepInvocation#step_collection=

Defined in:
lib/cucumber/ast/step_invocation.rb

#step_collection=(value) ⇒ Object (writeonly)

Sets the attribute step_collection

Parameters:

  • value

    the value to set the attribute step_collection to.



10
11
12
# File 'lib/cucumber/ast/step_invocation.rb', line 10

def step_collection=(value)
  @step_collection = value
end