lib/zold/node/farm.rb in zold-0.17.7 vs lib/zold/node/farm.rb in zold-0.17.8

- old
+ new

@@ -97,10 +97,11 @@ { threads: @threads.map do |t| "#{t.name}/#{t.status}/#{t.alive? ? 'alive' : 'dead'}" end.join(', '), pipeline: @pipeline.size, - best: best.map(&:to_mnemo).join(', ') + best: best.map(&:to_mnemo).join(', '), + farmer: @farmer.class.name } end # Starts a farm, all threads, and yields the block provided. You are # supposed to use it only with the block: