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