한국어
Appearance
태그가 아닌 Git 개체가 나올 때까지 태그를 재귀적으로 벗겨내요.
class Tag { peel(): GitObject; }
이 태그의 Git 개체를 반환해요.