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