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