method
inspect
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Cache::MemCacheStore
inspect()public
No documentation available.
# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 144
def inspect
instance = @data || @mem_cache_options
"#<#{self.class} options=#{options.inspect} mem_cache=#{instance.inspect}>"
end