[Fix #7928] Fix a false message for `Style/GuardClause` by koic · Pull Request #7932 · rubocop/rubocop

Fixes #7928. This PR fixes a false message for Style/GuardClause when using and or or operators for guard clause in then or else branches. The following is an example: % cat example.rb if cond fo...