method

push

v2_5_5 - Show latest stable - Class: CSV::Row
push(*args)
public

A shortcut for appending multiple fields. Equivalent to:

args.each { |arg| csv_row << arg }

This method returns the row for chaining.