class Git::Base

def tag(tag_name)

returns a Git::Tag object
def tag(tag_name)
  Git::Object.new(self, tag_name, 'tag', true)
end