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:



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

def with
  yield self
end