headers()
Returns the headers of this row.
# File lib/csv.rb, line 268 def headers @row.map(&:first) end