# File lib/git/base.rb, line 347
    def tags
      self.lib.tags.map { |r| tag(r) }
    end