method

to_csv

ruby latest stable - Class: CSV::Row
to_csv(**options)
public

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

csv_row.fields.to_csv( options )