about summary refs log tree commit homepage
path: root/lib/rainbows/http_server.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_server.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_server.rb')
-rw-r--r--lib/rainbows/http_server.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/http_server.rb b/lib/rainbows/http_server.rb
index c4f804a..ea2e23f 100644
--- a/lib/rainbows/http_server.rb
+++ b/lib/rainbows/http_server.rb
@@ -1,5 +1,4 @@
 # -*- encoding: binary -*-
-require 'rainbows'
 module Rainbows
 
   class HttpServer < ::Unicorn::HttpServer