Method: Metior::GitHub::Repository#load_branches
- Defined in:
- lib/metior/github/repository.rb
#load_branches ⇒ Hash<String, String> (private)
Loads all branches and the corresponding commit IDs of this repository
59 60 61 |
# File 'lib/metior/github/repository.rb', line 59 def load_branches Octokit.branches(@path) end |