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