Enable Style/NestedParenthesizedCalls cop
The cop checks for unparenthesized method calls in the arguments: @good method1(method2(arg)) @bad method1(method2 arg)
Showing
Please register or sign in to comment
The cop checks for unparenthesized method calls in the arguments: @good method1(method2(arg)) @bad method1(method2 arg)