method

push

v2_4_6 - Show latest stable - Class: CSV::Table
push(*rows)
public

A shortcut for appending multiple rows. Equivalent to:

rows.each { |row| self << row }

This method returns the table for chaining.