[Fix #6670] Fix a false positive for `Style/SafeNavigation` by koic · Pull Request #6672 · rubocop/rubocop

Fixes #6670. This PR fixes a false positive for Style/SafeNavigation when a method call safeguarded with a negative check for the object. The following is a reproduction step. % rubocop -v 0.62.0 ...