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 Proc vs `#method` #186

Closed jaredsmithse closed 2 years ago

jaredsmithse commented 3 years ago

Add comparison for encapsulating a method call in a Proc vs using #method to convert to Proc.