method

parse

ruby latest stable - Class: CSV::Reader

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

parse(str_or_readable, fs = ',', rs = nil, &block)
public

Parse CSV data and get lines. Given block is called for each parsed row. Block value is always nil. Rows are not cached for performance reason.