class

Git::ReferenceCollection

Inherits Iterable < Git::NoError < Reference < Object

Constructors

new(repo : Repo)
Source

Instance methods

[](name)
Source
[]?(name)
Source
create(name : String, target : String, force = false)
Source
create(name : String, oid : Oid, force = false)
Source
each(glob : String)
Source
each

Must return an Iterator over the elements in this collection.

Source
each(glob : String, &) : Nil
Source
each
Source
exists?(name)
Source