header_row?()
Returns true if the next row read will be a header row.
# File lib/csv.rb, line 1814 def header_row? @use_headers and @headers.nil? end