# File lib/mongoid/relations/embedded/many.rb, line 72 def clear tap do |proxy| atomically(:$unset) { proxy.delete_all } end end