Module: ActiveSupport::Cache::ConnectionPoolLike

Included in:
ActiveSupport::Cache
Defined in:
activesupport/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 'activesupport/lib/active_support/cache/redis_cache_store.rb', line 24

def with
  yield self
end