# File lib/gherkin/formatter/model.rb, line 58 def initialize(comments, keyword, name, description, line) super(comments, keyword, name, description, line) @type = "background" end
# File lib/gherkin/formatter/model.rb, line 63 def replay(formatter) formatter.background(self) end