class

CSV::Row

v1_9_1_378 - Show latest stable - Superclass: Array

A CSV::Row is part Array and part Hash. It retains an order for the fields and allows duplicates just as an Array would, but also allows you to access fields by name just as you could if they were in a Hash.

All rows returned by CSV will be constructed from this class, if header row processing is activated.

Included modules

  • Enumerable

Attributes

[R]row

Files

  • lib/csv.rb