Closed koic closed 2 years ago
Avoid dot where not required for operator method calls.
# bad num.+ 42 # good num + 42
This rule corresponds to https://github.com/rubocop/rubocop/pull/11080.
Thanks!
Avoid dot where not required for operator method calls.
This rule corresponds to https://github.com/rubocop/rubocop/pull/11080.