From 06de4af18d1ba3b28e49e9d8f700df4eca36e635 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 25 Nov 2009 12:14:21 -0800 Subject: Documentation updates for new concurrency models --- lib/rainbows/rev_thread_spawn.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/rainbows/rev_thread_spawn.rb') diff --git a/lib/rainbows/rev_thread_spawn.rb b/lib/rainbows/rev_thread_spawn.rb index 1dc4d0d..b6c5eca 100644 --- a/lib/rainbows/rev_thread_spawn.rb +++ b/lib/rainbows/rev_thread_spawn.rb @@ -1,7 +1,8 @@ # -*- encoding: binary -*- require 'rainbows/rev' -warn "Rainbows::RevThreadSpawn is extremely experimental" +RUBY_VERSION =~ %r{\A1\.8} and + warn "Rainbows::RevThreadSpawn does not work well under Ruby 1.8" module Rainbows -- cgit v1.2.3-24-ge0c7