Method: ActiveSupport::Cache::NullStore#inspect

Defined in:
activesupport/lib/active_support/cache/null_store.rb

#inspectObject

:nodoc:



37
38
39
# File 'activesupport/lib/active_support/cache/null_store.rb', line 37

def inspect # :nodoc:
  "#<#{self.class.name} options=#{@options.inspect}>"
end