# File lib/git/branches.rb, line 31
def
each
(
&
block
)
@branches
.
values
.
each
(
&
block
)
end