# File lib/capistrano/configuration/actions/invocation.rb, line 76 def parallel(options={}) raise ArgumentError, "parallel() requires a block" unless block_given? tree = Command::Tree.new(self) { |t| yield t } run_tree(tree, options) end