Flowdock
method

push

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - 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.

Show source
Register or log in to add new notes.