Method: Bundler::ConnectionPool::Wrapper#pool_size

Defined in:
lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb

#pool_sizeObject

[View source]

21
22
23
# File 'lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb', line 21

def pool_size
  @pool.size
end