# File lib/gherkin/listener/formatter_listener.rb, line 19
      def comment(value, line)
        @comments << Formatter::Model::Comment.new(value, line)
      end