Get first
75 76 77
# File 'lib/easymongo/query.rb', line 75 def first(d = {}) g!(d); cursor.first.tap{|r| return ed(r) if r; c!} end