method

to_csv

v1_9_2_180 - Show latest stable - Class: CSV::Row
to_csv(options = Hash.new)
public

Returns the row as a CSV String. Headers are not used. Equivalent to:

csv_row.fields.to_csv( options )