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