[Fix #6164] Fix incorrect autocorrect for `Style/UnneededCondition` by koic · Pull Request #6166 · rubocop/rubocop

Fixes #6164. This PR fixes incorrect autocorrect for Style/UnneededCondition when using operator method higher precedence than ||. Ruby has higher precedence of operator methods (<<, ==, +, others)...