<<(row_or_array)
Instance Public methods
Adds a new row to the bottom end of this table. You can provide an Array, which will be converted to a CSV::Row (inheriting the table's headers()), or a CSV::Row.
This method returns the table for chaining.
Please login to continue.