You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I initially implemented the cop, I left the case when someone uses (1..n).each {} and added check only for .times iteration. I feel now it's the time to improve on that
The text was updated successfully, but these errors were encountered:
When I initially implemented the cop, I left the case when someone uses (1..n).each {} and added check only for
.times
iteration. I feel now it's the time to improve on thatThe text was updated successfully, but these errors were encountered: