<<(row)
Instance Public methods
The primary write method for wrapped Strings and IOs, row
(an
Array or CSV::Row) is converted to CSV and appended to the data source. When a CSV::Row is passed, only the row's fields() are
appended to the output.
The data source must be open for writing.
Please login to continue.