# File lib/mongoid/criterion/inclusion.rb, line 183
      def in(attributes = {})
        update_selector(attributes, "$in", :&)
      end