# File lib/faster_csv.rb, line 334
    def each(&block)
      @row.each(&block)
      
      self  # for chaining
    end