module AsyncStorage::RedisPool::ConnectionPoolLike

Public Instance Methods

with() { |self| ... } click to toggle source
# File lib/async_storage/redis_pool.rb, line 12
def with
  yield self
end