# File lib/git/branches.rb, line 34
    def each
      @branches.each do |k, b|
        yield b
      end
    end