Method: Cucumber::Ast::StepInvocation#background=

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

#background=(value) ⇒ Object (writeonly)

Sets the attribute background

Parameters:

  • value

    the value to set the attribute background to.



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

def background=(value)
  @background = value
end