# File lib/faster_csv.rb, line 212
    def push( *args )
      args.each { |arg| self << arg }
      
      self  # for chaining
    end