returns a Git::Tag object
346 347 348
# File 'lib/git/base.rb', line 346 def tag(tag_name) Git::Object.new(self, tag_name, 'tag', true) end