# File lib/gherkin/listener/formatter_listener.rb, line 31 def background(keyword, name, description, line) @stash.feature_element(name) do |comments, tags, id| replay Formatter::Model::Background.new(comments, keyword, name, description, line) end end