about summary refs log tree commit homepage
path: root/lib/rainbows/response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/response.rb')
-rw-r--r--lib/rainbows/response.rb3
1 files changed, 1 insertions, 2 deletions
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: