about summary refs log tree commit homepage
path: root/lib/rainbows/http_response.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-02 01:49:39 -0700
committerEric Wong <normalperson@yhbt.net>2010-04-02 01:56:30 -0700
commitb07004fc79867ba8f0cacde1508fb1e4fbf4c37d (patch)
tree729e8755e50c0e417e6811ad4f4ce96774f95064 /lib/rainbows/http_response.rb
parente0f9fb7cb8d8d47c68a9ebb0cb391d5880ca66d1 (diff)
downloadrainbows-b07004fc79867ba8f0cacde1508fb1e4fbf4c37d.tar.gz
http_response and http_server are never NOT loaded when
"rainbows" is required.
Diffstat (limited to 'lib/rainbows/http_response.rb')
-rw-r--r--lib/rainbows/http_response.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/http_response.rb b/lib/rainbows/http_response.rb
index 55c2ad2..7806eb1 100644
--- a/lib/rainbows/http_response.rb
+++ b/lib/rainbows/http_response.rb
@@ -1,6 +1,5 @@
 # -*- encoding: binary -*-
 require 'time'
-require 'rainbows'
 
 module Rainbows