# File lib/mongoid/contexts/enumerable.rb, line 219
      def filter
        documents.select { |document| document.matches?(selector) }
      end