class Git::ReferenceCollection

Included Modules

Defined in:

git/reference.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(repo : Repo) #

[View source]

Instance Method Detail

def [](name) #

[View source]
def []?(name) #

[View source]
def create(name : String, target : String, force = false) #

[View source]
def create(name : String, oid : Oid, force = false) #

[View source]
def each(glob : String) #

[View source]
def each #
Description copied from module Iterable(Git::Reference)

Must return an Iterator over the elements in this collection.


[View source]
def each(glob : String, &) : Nil #

[View source]
def each(&) : Nil #

[View source]
def exists?(name) #

[View source]