From 01ee5327c018f64fa4b6aa767c0328c56f699170 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 14 May 2010 15:52:58 -0700 Subject: add Rainbows::QueuePool helper It'll be useful later on for a variety of things! --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index b203c93..16e2662 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -35,6 +35,7 @@ module Rainbows autoload :AppPool, 'rainbows/app_pool' autoload :DevFdResponse, 'rainbows/dev_fd_response' autoload :MaxBody, 'rainbows/max_body' + autoload :QueuePool, 'rainbows/queue_pool' class << self -- cgit v1.2.3-24-ge0c7