minor: docs

This commit is contained in:
Kyle Banker 2010-07-12 13:51:40 -04:00
parent 1b78c3a73c
commit 2a3c7bc34e
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ module Mongo
#
# @param [String] name
#
# @return [Boolean] True on success or if the collection names doesn't exist.
# @return [Boolean] +true+ on success or +false+ if the collection name doesn't exist.
def drop_collection(name)
return true unless collection_names.include?(name)