From 567e6ce5dba5ad2cca2cca8c64123e27939bff2b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 26 Oct 2010 21:13:10 +0000 Subject: doc: RDoc updates Once again we avoid documenting internals on the public website and use code comments for other developers. --- lib/rainbows/writer_thread_spawn.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rainbows/writer_thread_spawn.rb') diff --git a/lib/rainbows/writer_thread_spawn.rb b/lib/rainbows/writer_thread_spawn.rb index c190f89..691e68c 100644 --- a/lib/rainbows/writer_thread_spawn.rb +++ b/lib/rainbows/writer_thread_spawn.rb @@ -21,6 +21,7 @@ module Rainbows # vulnerable to slow client denial-of-service attacks. module WriterThreadSpawn + # :stopdoc: include Base CUR = {} # :nodoc: @@ -115,5 +116,6 @@ module Rainbows t.alive? ? t.join(0.01) : true end until CUR.empty? end + # :startdoc: end end -- cgit v1.2.3-24-ge0c7