franzejr / best-ruby

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

idiomatic_ruby/each_vs_map.md change users_ids #52

Closed franzejr closed 8 years ago

franzejr commented 8 years ago

If we're talking about idiomatic English it should probably also be user_ids as mentioned in https://github.com/franzejr/best-ruby/issues/50

h8nor commented 6 years ago

Are methods collect and map not aliases?