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