Flowdock
push(*rows) public

A shortcut for appending multiple rows. Equivalent to:

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

This method returns the table for chaining.

Show source
Register or log in to add new notes.