Gherkin::Formatter::Model::BasicStatement
# File lib/gherkin/formatter/model.rb, line 67 67: def initialize(comments, keyword, name, description, line) 68: super(comments, keyword, name, description, line) 69: @type = "background" 70: end
# File lib/gherkin/formatter/model.rb, line 72 72: def replay(formatter) 73: formatter.background(self) 74: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.