Method: Bundler::ConnectionPool#idle

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

#idleObject

Number of pool entries created and idle in the pool.



180
181
182
# File 'lib/bundler/vendor/connection_pool/lib/connection_pool.rb', line 180

def idle
  @available.idle
end