global
def from_previous(last_build_path, current_digest)
def from_previous(last_build_path, current_digest) new( **parse_metadata(last_build_path), current_digest: current_digest, last_build_path: last_build_path, ) end
def from_previous(last_build_path, current_digest) new( **parse_metadata(last_build_path), current_digest: current_digest, last_build_path: last_build_path, ) end