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

      @io.rewind
    end