Method: Couchbase::ConnectionPool#with

Defined in:
lib/couchbase/connection_pool.rb

#withObject



30
31
32
33
34
# File 'lib/couchbase/connection_pool.rb', line 30

def with
  yield @pool.checkout
ensure
  @pool.checkin
end