about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-11 20:54:05 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-11 20:54:05 -0700
commita267b68ad921d115615abfc15de25a947e86fe38 (patch)
tree54f2aeb3d958a85ff31c89f1a569e5e78f0dda6c /lib/rainbows/base.rb
parent90a03ee550741465ea43fd70e087851e17246fb6 (diff)
downloadrainbows-a267b68ad921d115615abfc15de25a947e86fe38.tar.gz
They were completely broken in the refactoring :x
Diffstat (limited to 'lib/rainbows/base.rb')
-rw-r--r--lib/rainbows/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index 8a38117..4d5fec1 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -81,7 +81,7 @@ module Rainbows
       logger.error e.backtrace.join("\n")
     end
 
-    def join_threads(threads)
+    def join_threads(threads, worker)
       logger.info "Joining threads..."
       threads.each { |thr| thr[:quit] = true }
       t0 = Time.now