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