class Git::Object::Tag

def tagger

def tagger
  check_tag()
  return @tagger
end