method

push

v1_9_3_392 - 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.