# File lib/mongo_mapper/plugins/modifiers.rb, line 46
        def push_all(*args)
          modifier_update('$pushAll', args)
        end