Flowdock
method

shift

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: CSV
shift() public

The primary read method for wrapped Strings and IOs, a single row is pulled from the data source, parsed and returned as an Array of fields (if header rows are not used) or a CSV::Row (when header rows are used).

The data source must be open for reading.

Show source
Register or log in to add new notes.