# File lib/mongoid/criterion/exclusion.rb, line 55 def not_in(attributes) update_selector(attributes, "$nin") end