prefer Hash#merge! to Hash#update for consistency
commit104f7bd76696e42c0b8a97f3780cabea9a7dd44c
authorEric Wong <normalperson@yhbt.net>
Wed, 5 Jan 2011 01:12:22 +0000 (4 17:12 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 5 Jan 2011 01:12:22 +0000 (4 17:12 -0800)
treeead252b2285928c1c1e1b0168e28ff825d9c6ad8
parente21939d776673b2f8887adf7a5c64812b7d2e98e
prefer Hash#merge! to Hash#update for consistency

It's more likely to be in the method cache since Rack::URLMap
uses it and also is more consistent when looking at profiling
output against various concurrency models.
lib/rainbows/coolio/client.rb
lib/rainbows/coolio/thread_client.rb
lib/rainbows/event_machine/client.rb