method
dumped?
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Cache::SerializerWithFallback::PassthroughWithFallback
dumped?(dumped)public
No documentation available.
# File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 61
def dumped?(dumped)
dumped.is_a?(Cache::Entry)
end