# File lib/chef/expander/cluster_supervisor.rb, line 80 def start_workers Expander.config.node_count.times do |i| start_worker(i + 1) end end