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