Count
90 91 92
# File 'lib/easymongo/query.rb', line 90 def count(d = {}) g!(d); cursor.count.tap{ c!} end