method
inspect
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Cache::RedisCacheStore
inspect()public
No documentation available.
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 164
def inspect
"#<#{self.class} options=#{options.inspect} redis=#{redis.inspect}>"
end