# File lib/gherkin/listener/formatter_listener.rb, line 65
      def row(cells, line)
        @stash.basic_statement do |comments, id|
          @current_builder.row(comments, cells, line, id)
        end
      end