method
dumped?
v8.1.1 -
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 94
def dumped?(dumped)
dumped.start_with?(MARK_UNCOMPRESSED, MARK_COMPRESSED)
end