class Git::BranchCollection
- Git::BranchCollection
- Git::NoError
- Reference
- Object
Included Modules
- Iterable(Git::Branch)
Defined in:
git/branch.crConstructors
Instance Method Summary
- #[](name)
- #create(name : String, target : Commit, force : Bool = false)
-
#each(b_type : BranchType = BranchType::All)
Must return an
Iterator
over the elements in this collection. - #each_name(b_type : BranchType = BranchType::All)
Constructor Detail
Instance Method Detail
Description copied from module Iterable(Git::Branch)
Must return an Iterator
over the elements in this collection.