# File lib/mongo/util/pool_manager.rb, line 86
def
closed?
pools
.
all?
{
|
pool
|
pool
.
closed?
}
end