Fix Ruby 1.9.3dev warnings
commit9e7a8114fb0fcc56b475d17f158eaa5b7f1f7bdd
authorEric Wong <normalperson@yhbt.net>
Thu, 3 Feb 2011 01:37:22 +0000 (2 17:37 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 3 Feb 2011 01:37:22 +0000 (2 17:37 -0800)
tree7918d54946cb23294f87e5d8a07b27b298262c82
parente597e594ad88dc02d70f7d3521d0d3bdc23739bb
Fix Ruby 1.9.3dev warnings

for i in `git ls-files '*.rb'`; do ruby -w -c $i; done
lib/unicorn/app/exec_cgi.rb
lib/unicorn/http_server.rb
lib/unicorn/tee_input.rb
test/exec/test_exec.rb
test/rails/test_rails.rb
test/unit/test_request.rb
test/unit/test_server.rb