# File lib/gherkin/listener/formatter_listener.rb, line 23 def tag(name, line) @tags << Formatter::Model::Tag.new(name, line) end