# File lib/git-review/local.rb, line 86 def prune_remotes remotes.each { |remote| git_call "remote prune #{remote}" } end