class ActiveSupport::Cache::Coder

def signature?(dumped)

def signature?(dumped)
  dumped.is_a?(String) && dumped.start_with?(SIGNATURE)
end