to_hash()
Collapses the row into a simple Hash. Be warned that this discards field order and clobbers duplicate fields.
# File lib/csv.rb, line 535 def to_hash @row.to_h end