# File lib/mongo/collection.rb, line 593
def
drop
@db
.
drop_collection
(
@name
)
end