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