class RuboCop::Cop::Style::MethodCallWithArgsParentheses
def call_in_optional_arguments?(node)
def call_in_optional_arguments?(node) node.parent && (node.parent.optarg_type? || node.parent.kwoptarg_type?) end
def call_in_optional_arguments?(node) node.parent && (node.parent.optarg_type? || node.parent.kwoptarg_type?) end