class RuboCop::Cop::Rails::SafeNavigation::Style::RedundantSelf

rubocop:disable Style/ClassAndModuleChildren
Monkey patching for ‘Style/RedundantSelf` of RuboCop core.

def self.autocorrect_incompatible_with

def self.autocorrect_incompatible_with
  [Rails::SafeNavigation]
end