class Steep::Services::SignatureService
def latest_builder
def latest_builder case status when LoadedStatus status.builder when SyntaxErrorStatus, AncestorErrorStatus status.last_builder end end
def latest_builder case status when LoadedStatus status.builder when SyntaxErrorStatus, AncestorErrorStatus status.last_builder end end