instance method
inspect
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
inspect()
No documentation comment.
Source
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 190
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 190
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::RedisCacheStore