about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-22 12:46:26 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-22 12:46:26 -0800
commit451ca6997b4f298b436605b7f0af75f369320425 (patch)
tree6cedd63daaaaf9c056dc78107c7f62319154c227 /lib/rainbows/base.rb
parent537de8098e649406e7f60c89211a345ed852ab0b (diff)
downloadrainbows-451ca6997b4f298b436605b7f0af75f369320425.tar.gz
Thanks to Ben Sandofsky for the extra set of eyes
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 4a4d076..20c7681 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -15,7 +15,7 @@ module Rainbows
       G.tmp = worker.tmp
 
       # avoid spurious wakeups and blocking-accept() with 1.8 green threads
-      if RUBY_VERSION.to_f < 1.8
+      if RUBY_VERSION.to_f < 1.9
         require "io/nonblock"
         LISTENERS.each { |l| l.nonblock = true }
       end