# File lib/net/http/connection_pool.rb, line 155
def
size
@pool_mutex
.
synchronize
{
@pool
.
size
}
end