# File lib/mongo/util/pool_manager.rb, line 90 def close(opts={}) begin pools.each { |pool| pool.close(opts) } rescue ConnectionFailure end end