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