class Bundler::ConnectionPool::Wrapper

def with(&block)

def with(&block)
  @pool.with(&block)
end