Method: Git::Base#tags
- Defined in:
- lib/git/base.rb
#tags ⇒ Object
returns an array of all Git::Tag objects for this repository
394 395 396 |
# File 'lib/git/base.rb', line 394 def self.lib..map { |r| tag(r) } end |
returns an array of all Git::Tag objects for this repository
394 395 396 |
# File 'lib/git/base.rb', line 394 def self.lib..map { |r| tag(r) } end |