return_headers?()
Returns true if headers will be returned as a row of results. See CSV::new for details.
# File lib/csv.rb, line 1618 def return_headers?() @return_headers end