favor "a.b(&:c)" form over "a.b { |x| x.c }"
commit13fc75cf8aa878f8e0b904b2f77979e46e06b814
authorEric Wong <e@80x24.org>
Fri, 6 Feb 2015 22:45:29 +0000 (6 22:45 +0000)
committerEric Wong <e@80x24.org>
Fri, 6 Feb 2015 22:45:58 +0000 (6 22:45 +0000)
tree77c46c45d2d069cb33ef659c15f2f1c421b9ed07
parenta46799b231080033320c5eb613baec59e906a8c2
favor "a.b(&:c)" form over "a.b { |x| x.c }"

The former is shorter Ruby code and also generates smaller
bytecode.
lib/unicorn/http_server.rb