franzejr / best-ruby

Ruby Tricks, Idiomatic Ruby, Refactoring and Best Practices
http://franzejr.github.io/best-ruby/
2.39k stars 219 forks source link

Remove extra hash assignment #64

Closed michaelgreenwell closed 8 years ago

michaelgreenwell commented 8 years ago

This extra assignment to hash is unnecessary

franzejr commented 8 years ago

Thanks!