# File lib/faster_csv.rb, line 1565
    def header_row?
      @use_headers and @headers.nil?
    end