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

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

Public Class Methods

autocorrect_incompatible_with() click to toggle source
# File lib/rubocop/cop/rails/safe_navigation.rb, line 53
def self.autocorrect_incompatible_with
  [Rails::SafeNavigation]
end