minor: docs
This commit is contained in:
parent
1b78c3a73c
commit
2a3c7bc34e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue