# File lib/capistrano/recipes/deploy/remote_dependency.rb, line 82
      def message
        s = @message.dup
        s << " (#{@hosts})" if @hosts && @hosts.any?
        s
      end