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