Class: Style::RedundantSelf
- Inherits:
-
Object
- Object
- Style::RedundantSelf
- 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_with ⇒ Object
53 54 55 |
# File 'lib/rubocop/cop/rails/safe_navigation.rb', line 53 def self.autocorrect_incompatible_with [Rails::SafeNavigation] end |