# File lib/faster_csv.rb, line 1427
  def each
    while row = shift
      yield row
    end
  end