module ActiveSupport::Cache::SerializerWithFallback::Marshal71WithFallback

def dumped?(dumped)

def dumped?(dumped)
  dumped.start_with?(MARSHAL_SIGNATURE)
end