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