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