about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-20 02:28:12 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-20 02:28:12 -0800
commit72cbecfe01b8c4b2c7bb7e362401805374036dc2 (patch)
tree54997f0023c98a8a4fc0296079cf990ca8d5ec0d /lib/rainbows.rb
parented33b9c0d060806b41e952a50e0ab65a0f5fe21a (diff)
downloadrainbows-72cbecfe01b8c4b2c7bb7e362401805374036dc2.tar.gz
It turns out to be less-used than previous anticipated,
so there's no point in having yet another module.
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index e559919..3a015f9 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -25,7 +25,6 @@ module Rainbows
   require 'rainbows/const'
   require 'rainbows/http_parser'
   require 'rainbows/http_server'
-  autoload :RackInput, 'rainbows/rack_input'
   autoload :Response, 'rainbows/response'
   autoload :ProcessClient, 'rainbows/process_client'
   autoload :Client, 'rainbows/client'