class
Agate::StatusList
- Agate::StatusList
- Reference
- Object
Overview
The status list for a repository -- all changed/new/deleted files.
Included Modules
- Enumerable(Agate::StatusEntry)
Defined in:
agate/status.crConstructors
-
.new(repo : Repository) : StatusList
Creates a new status list for the repository.
Instance Method Summary
-
#[](index : Int32) : StatusEntry
Returns the entry at the given index.
-
#count : Int32
Returns the number of status entries.
-
#each(& : StatusEntry -> ) : Nil
Iterates over all status entries.
Constructor Detail
Creates a new status list for the repository.