# File lib/faster_csv.rb, line 361
      def each(&block)
        @row.each(&block)

        self  # for chaining
      end