From 37718b5833f04870d14bfdca3dc84e4f885c71d9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 16 Mar 2011 20:18:22 -0700 Subject: watcher: fix rdoc --- lib/raindrops/watcher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/raindrops/watcher.rb b/lib/raindrops/watcher.rb index 8167dfd..24c467d 100644 --- a/lib/raindrops/watcher.rb +++ b/lib/raindrops/watcher.rb @@ -309,7 +309,6 @@ class Raindrops::Watcher def tail(addr, env) Tailer.new(self, addr, env).finish end - # :startdoc: # This is the response body returned for "/tail/$ADDRESS.txt". This # must use a multi-threaded Rack server with streaming response support. @@ -353,10 +352,11 @@ class Raindrops::Watcher end end - # shuts down the background thread + # shuts down the background thread, only for tests def shutdown @socket = nil @thr.join if @thr @thr = nil end + # :startdoc: end -- cgit v1.2.3-24-ge0c7