Skip to content

Enable RedundantBlockCall Cop

Also fix all instances detected by the cop.

Replace block.call with yield.

Per https://github.com/JuanitoFatas/fast-ruby#proccall-and-block-arguments-vs-yieldcode, this can be 4x as fast.

Merge request reports