instance method
with
Ruby on Rails 6.1.7.10
Since v5.2.8.1 Last seen in v7.0.10Signature
with()
No documentation comment.
Source
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 24
def with
yield self
end
Defined in activesupport/lib/active_support/cache/redis_cache_store.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::ConnectionPoolLike