From 6bde32081338ce8075854f4c47ce8ca5347df919 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 5 Jan 2011 17:06:20 -0800 Subject: eliminate G constant and just use the Rainbows! module Code organization is hard :< --- lib/rainbows/coolio_thread_pool/watcher.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/rainbows/coolio_thread_pool/watcher.rb') diff --git a/lib/rainbows/coolio_thread_pool/watcher.rb b/lib/rainbows/coolio_thread_pool/watcher.rb index 9b0e97e..6537ebc 100644 --- a/lib/rainbows/coolio_thread_pool/watcher.rb +++ b/lib/rainbows/coolio_thread_pool/watcher.rb @@ -1,14 +1,12 @@ # -*- encoding: binary -*- # :enddoc: class Rainbows::CoolioThreadPool::Watcher < Coolio::TimerWatcher - G = Rainbows::G - def initialize(threads) @threads = threads - super(G.server.timeout, true) + super(Rainbows.server.timeout, true) end def on_timer - @threads.each { |t| t.join(0) and G.quit! } + @threads.each { |t| t.join(0) and Rainbows.quit! } end end -- cgit v1.2.3-24-ge0c7