push(*rows)
Instance Public methods
A shortcut for appending multiple rows. Equivalent to:
1 | rows. each { |row| self << row } |
This method returns the table for chaining.
A shortcut for appending multiple rows. Equivalent to:
1 | rows. each { |row| self << row } |
This method returns the table for chaining.
Designed by : w10schools
service@w10schools.com
Please login to continue.