# File lib/faster_csv.rb, line 1353
  def rewind
    @headers = nil
    @lineno  = 0
    
    @io.rewind
  end