Add new `Rails/RefuteMethods` cop by koic · Pull Request #5801 · rubocop/rubocop

Summary This PR imports a custom cop from rails/rails#32441. The cop name has changed, but behavior is the same. This cop checks for use of refute method series. # bad refute false refute_empty [1,...