# File lib/capistrano/command.rb, line 98 def initialize(config) @configuration = config @branches = [] yield self if block_given? end