method
inspect
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Cache::FileStore
inspect()public
No documentation available.
# File activesupport/lib/active_support/cache/file_store.rb, line 90
def inspect # :nodoc:
"#<#{self.class.name} cache_path=#{@cache_path}, options=#{@options.inspect}>"
end