# File lib/faster_csv.rb, line 604 def push(*rows) rows.each { |row| self << row } self # for chaining end