field?(data)
Returns true if data matches a field in this row, and false otherwise.
# File lib/csv.rb, line 498 def field?(data) fields.include? data end