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