about summary refs log tree commit homepage
path: root/lib/rainbows/http_response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/http_response.rb')
-rw-r--r--lib/rainbows/http_response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/http_response.rb b/lib/rainbows/http_response.rb
index 40a7330..ddab2f8 100644
--- a/lib/rainbows/http_response.rb
+++ b/lib/rainbows/http_response.rb
@@ -1,7 +1,7 @@
 # -*- encoding: binary -*-
+# :enddoc:
 # deprecated, use Rainbows::Response instead
 # Cramp 0.11 relies on this, and is only activated by Cramp
-# :enddoc:
 if defined?(Cramp) && defined?(Rainbows::EventMachine::Client)
   class Rainbows::HttpResponse
     class << self