Gherkin::Formatter::Model::TagStatement
# File lib/gherkin/formatter/model.rb, line 93 93: def initialize(comments, tags, keyword, name, description, line) 94: super(comments, tags, keyword, name, description, line) 95: @type = "scenario_outline" 96: end
# File lib/gherkin/formatter/model.rb, line 98 98: def replay(formatter) 99: formatter.scenario_outline(self) 100: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.