Method: Cucumber::Ast::Background#initialize
- Defined in:
- lib/cucumber/ast/background.rb
#initialize(comment, line, keyword, steps) ⇒ Background
Returns a new instance of Background.
8 9 10 11 |
# File 'lib/cucumber/ast/background.rb', line 8 def initialize(comment, line, keyword, steps) @record_executed_steps = true super(comment, Tags.new(1, []), line, keyword, "", steps) end |