method

parse

v1_8_6_287 - Show latest stable - Class: CSV::Reader
parse(str_or_readable, fs = ',', rs = nil, &block)
public

Parse <a href="/ruby/CSV">CSV</a> data and get lines. Given block is called for each parsed row. Block value is always nil. Rows are not cached for performance reason.