load the Etc module up front
commit39bdcadb986e3ca82a243ace90daee28c9d3f1e4
authorEric Wong <normalperson@yhbt.net>
Mon, 1 Mar 2010 18:25:08 +0000 (1 18:25 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 1 Mar 2010 18:26:31 +0000 (1 18:26 +0000)
treeedb4d17d87f96ce652e6c7cb1c07f498ca6bbf10
parent45e89c0fed05396652bd3061b9b4f0814dc7d37d
load the Etc module up front

It's part of the standard Ruby library and will always be loaded
by various modules (Rack::Utils, Tmpdir) so there's no point in
deferring it.
lib/unicorn.rb