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

        self  # for chaining
      end