class RuboCop::Cop::Style::MethodCallWithArgsParentheses
def allowed_multiline_call_with_parentheses?(node)
def allowed_multiline_call_with_parentheses?(node) cop_config['AllowParenthesesInMultilineCall'] && node.multiline? end
def allowed_multiline_call_with_parentheses?(node) cop_config['AllowParenthesesInMultilineCall'] && node.multiline? end