Method: RuboCop::Cop::Style::SoleNestedConditional.autocorrect_incompatible_with

Defined in:
lib/rubocop/cop/style/sole_nested_conditional.rb

.autocorrect_incompatible_withObject



55
56
57
# File 'lib/rubocop/cop/style/sole_nested_conditional.rb', line 55

def self.autocorrect_incompatible_with
  [Style::NegatedIf, Style::NegatedUnless]
end