Method: Git::Base::Factory#tag
- Defined in:
- lib/git/base/factory.rb
#tag(tag_name) ⇒ Object
returns a Git::Tag object
67 68 69 |
# File 'lib/git/base/factory.rb', line 67 def tag(tag_name) Git::Object.new(self, tag_name, 'tag', true) end |