# File lib/capistrano/command.rb, line 124 def each branches.each { |branch| yield branch } yield fallback if fallback return self end