class Git::ReferenceCollection
- Git::ReferenceCollection
- Git::NoError
- Reference
- Object
Included Modules
- Iterable(Git::Reference)
Defined in:
git/reference.crConstructors
Instance Method Summary
- #[](name)
- #[]?(name)
- #create(name : String, target : String, force = false)
- #create(name : String, oid : Oid, force = false)
- #each(glob : String)
-
#each
Must return an
Iterator
over the elements in this collection. - #each(glob : String, &) : Nil
- #each(&) : Nil
- #exists?(name)
Constructor Detail
Instance Method Detail
def each
#
Description copied from module Iterable(Git::Reference)
Must return an Iterator
over the elements in this collection.