Module: Esse::RedisStorage::Pool::ConnectionPoolLike

Defined in:
lib/esse/redis_storage/pool.rb

Instance Method Summary collapse

Instance Method Details

#with {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



10
11
12
# File 'lib/esse/redis_storage/pool.rb', line 10

def with
  yield self
end