Method: Mongo::CollectionExt#count_with_ext

Defined in:
lib/mongo_db/driver/collection.rb

#count_with_ext(selector = {}, opts = {}) ⇒ Object



87
88
89
# File 'lib/mongo_db/driver/collection.rb', line 87

def count_with_ext selector = {}, opts = {}
  find(selector, opts).count()
end