# File lib/mongo/util/pool_manager.rb, line 17 def initialize(client, seeds=[]) @client = client @seeds = seeds @previously_connected = false end