method

shift

v1_8_6_287 - Show latest stable - Class: CSV::Reader
shift()
public

No documentation available.

# File lib/csv.rb, line 565
    def shift
      row = []
      parsed_cells = get_row(row)
      row
    end