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