# File lib/r10k/git/rugged/base_repository.rb, line 22
  def branches
    with_repo { |repo| repo.branches.each_name(:local).to_a }
  end