headers()
Returns nil if headers will not be used, true if they will but have not yet been read, or the actual headers after they have been read. See CSV::new for details.
# File lib/csv.rb, line 1587 def headers @headers || true if @use_headers end