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