fastruby / fast-ruby

:dash: Writing Fast Ruby :heart_eyes: -- Collect Common Ruby idioms.
https://github.com/fastruby/fast-ruby
5.67k stars 376 forks source link

Add Enumerable#sort_by.first vs Enumerable#min_by #153

Closed parkerfinch closed 6 years ago

parkerfinch commented 6 years ago

As discussed in https://github.com/bbatsov/rubocop/pull/5753

Arcovion commented 6 years ago

Thanks!