# File lib/mongoid/contexts/mongo.rb, line 134 def distinct(field) klass.collection.distinct(field, selector) end