method

parse_line

v1_9_3_392 - Show latest stable - Class: CSV
parse_line(line, options = Hash.new)
public

This method is a shortcut for converting a single line of a CSV String into a into an Array. Note that if line contains multiple rows, anything beyond the first row is ignored.

The options parameter can be anything CSV::new() understands.