module ActiveSupport::Cache::ConnectionPoolLike

Public Instance Methods

with() { |self| ... } click to toggle source
# File lib/active_support/cache/redis_cache_store.rb, line 25
def with
  yield self
end