Method: Git::Base#tags

Defined in:
lib/git/base.rb

#tagsObject

returns an array of all Git::Tag objects for this repository



394
395
396
# File 'lib/git/base.rb', line 394

def tags
  self.lib.tags.map { |r| tag(r) }
end