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