From d3b97d1114e2d23a9231fe889cd5bf6927d451ba Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 10 Jul 2010 08:04:48 +0000 Subject: doc: avoid documenting internals on RDoc website Since we suck at building websites, we just rely on RDoc as a website builder. And since Rainbows! is an application server (and not a programming library), our internal API should be of little interest to end users. Anybody interested in Rainbows! (or any other project) internals should be reading the source. --- lib/rainbows/response.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/rainbows/response.rb') diff --git a/lib/rainbows/response.rb b/lib/rainbows/response.rb index 8d131b0..f42f367 100644 --- a/lib/rainbows/response.rb +++ b/lib/rainbows/response.rb @@ -1,7 +1,7 @@ # -*- encoding: binary -*- +# :enddoc: require 'time' # for Time#httpdate -# :stopdoc: module Rainbows::Response CODES = Unicorn::HttpResponse::CODES @@ -41,4 +41,3 @@ module Rainbows::Response klass.__send__(:include, Rainbows::Response::Body) end end -# :startdoc: -- cgit v1.2.3-24-ge0c7