From c7e75cfe241a621f50c750720c47149a156e8e7f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 20 Mar 2011 03:07:31 +0000 Subject: fix various warnings with "check-warnings" target Run under 1.9.3dev --- lib/rainbows/http_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/http_server.rb') diff --git a/lib/rainbows/http_server.rb b/lib/rainbows/http_server.rb index ab214c3..0fb60fe 100644 --- a/lib/rainbows/http_server.rb +++ b/lib/rainbows/http_server.rb @@ -9,7 +9,7 @@ class Rainbows::HttpServer < Unicorn::HttpServer def initialize(app, options) Rainbows.server = self @logger = Unicorn::Configurator::DEFAULTS[:logger] - rv = super(app, options) + super(app, options) defined?(@use) or use(:Base) @worker_connections ||= Rainbows::MODEL_WORKER_CONNECTIONS[@use] end -- cgit v1.2.3-24-ge0c7