# File lib/gherkin/formatter/model.rb, line 84 def initialize(comments, tags, keyword, name, description, line, id) super(comments, tags, keyword, name, description, line, id) @type = "scenario_outline" end
# File lib/gherkin/formatter/model.rb, line 89 def replay(formatter) formatter.scenario_outline(self) end