Method: Bundler::ConnectionPool::Wrapper#with

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

#with(&block) ⇒ Object



135
136
137
# File 'lib/bundler/vendor/connection_pool/lib/connection_pool.rb', line 135

def with(&block)
  @pool.with(&block)
end