Module: ActiveSupport::Cache::ConnectionPoolLike

Defined in:
lib/active_support/cache/redis_cache_store.rb

Instance Method Summary collapse

Instance Method Details

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

Yields:

  • (_self)

Yield Parameters:



25
26
27
# File 'lib/active_support/cache/redis_cache_store.rb', line 25

def with
  yield self
end