class Git::Object::Tag

def annotated?

def annotated?
  @annotated ||= (@base.lib.cat_file_type(self.name) == 'tag')
end