instance method
inspect
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
inspect()
No documentation comment.
Source
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 173
def inspect
"#<#{self.class} options=#{options.inspect} redis=#{redis.inspect}>"
end
Defined in activesupport/lib/active_support/cache/redis_cache_store.rb line 173
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::RedisCacheStore