Method: RuboCop::Cop::Style::MethodCallWithArgsParentheses.autocorrect_incompatible_with
- Defined in:
- lib/rubocop/cop/style/method_call_with_args_parentheses.rb
permalink .autocorrect_incompatible_with ⇒ Object
[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 |