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