Enable Rubocop Casecmp Performance Cop.
Also fixes the errors caused by enabling the cop. casecmp is more performant than `.downcase` and `==`.
Showing
Please register or sign in to comment
Also fixes the errors caused by enabling the cop. casecmp is more performant than `.downcase` and `==`.