method
dumped?
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Cache::SerializerWithFallback::Marshal70WithFallback
dumped?(dumped)public
No documentation available.
# File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 116
def dumped?(dumped)
dumped.start_with?(MARK_UNCOMPRESSED, MARK_COMPRESSED)
end