has_key?(header)
Returns true if there is a field with the given header.
# File lib/csv.rb, line 328 def has_key?(header) [email protected](header) end