Get all
85 86 87
# File 'lib/easymongo/query.rb', line 85 def all(d = {}) g!(d); cursor.to_a.map{|r| ed(r)}.tap{ c!} end