From 72cbecfe01b8c4b2c7bb7e362401805374036dc2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 20 Jan 2011 02:28:12 -0800 Subject: merge rack_input into process_client It turns out to be less-used than previous anticipated, so there's no point in having yet another module. --- lib/rainbows.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rainbows.rb') 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' -- cgit v1.2.3-24-ge0c7