Method: RuboCop::Cop::Style::MethodCallWithArgsParentheses.autocorrect_incompatible_with

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

.autocorrect_incompatible_withObject

[View source]

206
207
208
# File 'lib/rubocop/cop/style/method_call_with_args_parentheses.rb', line 206

def self.autocorrect_incompatible_with
  [Style::NestedParenthesizedCalls, Style::RescueModifier]
end