header?(name)
Returns true if name is a header for this row, and false otherwise.
# File lib/csv.rb, line 489 def header?(name) headers.include? name end