From df9f6823188b4189a46b21494d215a07dc6add36 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 2 Mar 2009 17:43:28 -0800 Subject: Add Unicorn::Util for a reopen_logs method Since I use it myself and also in the tests, we might as well implement it correctly as a class method so people can run it in their trap('USR2') hooks. --- lib/unicorn.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/unicorn.rb') diff --git a/lib/unicorn.rb b/lib/unicorn.rb index 90fd29d..6ab42c9 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -5,6 +5,7 @@ require 'unicorn/const' require 'unicorn/http_request' require 'unicorn/http_response' require 'unicorn/configurator' +require 'unicorn/util' # Unicorn module containing all of the classes (include C extensions) for running # a Unicorn web server. It contains a minimalist HTTP server with just enough -- cgit v1.2.3-24-ge0c7