Method: Mongo::CollectionExt#destroy

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

#destroy(*args) ⇒ Object



38
39
40
# File 'lib/mongo_db/driver/collection.rb', line 38

def destroy *args
  remove *args
end