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