# File lib/mongoid/atomic/modifiers.rb, line 64 def unset(modifications) modifications.each do |field| unsets.update(field => true) end end