headers()
Returns the headers of this row.
# File lib/csv.rb, line 257 def headers @row.map { |pair| pair.first } end