Method: Bundler::ConnectionPool::Wrapper#pool_shutdown

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

#pool_shutdown(&block) ⇒ Object

[View source]

17
18
19
# File 'lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb', line 17

def pool_shutdown(&block)
  @pool.shutdown(&block)
end