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