Method: Bundler::ConnectionPool::Wrapper#pool_available

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

#pool_availableObject

[View source]

25
26
27
# File 'lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb', line 25

def pool_available
  @pool.available
end