# File lib/mongoid/contexts/enumerable.rb, line 93 def distinct(field) execute.collect { |doc| doc.send(field) }.uniq end