returns an array of all Git::Tag objects for this repository
341 342 343
# File 'lib/git/base.rb', line 341 def tags self.lib.tags.map { |r| tag(r) } end