has_key?(header)
Returns true if there is a field with the given header.
# File lib/csv.rb, line 323 def has_key?(header) !!@row.assoc(header) end