Class: Style::RedundantSelf

Inherits:
Object
  • Object
show all
Defined in:
lib/rubocop/cop/rails/safe_navigation.rb

Overview

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

Class Method Summary collapse

Class Method Details

.autocorrect_incompatible_withObject



53
54
55
# File 'lib/rubocop/cop/rails/safe_navigation.rb', line 53

def self.autocorrect_incompatible_with
  [Rails::SafeNavigation]
end