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