Module: ActiveSupport::Cache::ConnectionPoolLike

Included in:
Redis, Redis::Distributed
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/cache/redis_cache_store.rb

Instance Method Summary collapse

Instance Method Details

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

Yields:

  • (_self)

Yield Parameters:



27
28
29
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/cache/redis_cache_store.rb', line 27

def with
  yield self
end