class Git::TagCollection

Included Modules

Defined in:

git/tag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(repo : Repo, glob : String) #

[View source]
def self.new(repo : Repo) #

[View source]

Instance Method Detail

def [](name) #

[View source]
def each(&) #
Description copied from module Enumerable(Git::Tag)

Must yield this collection's elements to the block.


[View source]
def each_name #

[View source]
def fetch(name) #

[View source]