Use the last non-block arg for cop
In Ruby, the explicit block argument is special, and for our case cannot be converted into a keyword argument. The argument we want instead is the last non-block argument.
Showing
Please register or sign in to comment