Remove @start_ctx instance variable
commit3871cb11cfb68b6fa02a646caf3765e309d38494
authorEric Wong <normalperson@yhbt.net>
Tue, 21 Apr 2009 18:14:55 +0000 (21 11:14 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 21 Apr 2009 18:16:40 +0000 (21 11:16 -0700)
tree1685b93ae558ee7788d3cc542c459fc6e91720cc
parent2133a9c7b49b07ce771877d5e00cf83dd3038261
Remove @start_ctx instance variable

It's pointless to support multiple instances of it since
this is per-process.  However, the constant itself is now
modifiable if anybody needs to tweak things for reexecution
using a before_exec hook.
bin/unicorn_rails
lib/unicorn.rb