Gherkin::Formatter::Model::TagStatement
# File lib/gherkin/formatter/model.rb, line 80 80: def initialize(comments, tags, keyword, name, description, line) 81: super(comments, tags, keyword, name, description, line) 82: @type = "scenario" 83: end
# File lib/gherkin/formatter/model.rb, line 85 85: def replay(formatter) 86: formatter.scenario(self) 87: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.