class RuboCop::Cop::Style::SoleNestedConditional
def wrap_condition?(node)
def wrap_condition?(node) node.and_type? || node.or_type? || (node.send_type? && node.arguments.any? && !node.parenthesized?) end
def wrap_condition?(node) node.and_type? || node.or_type? || (node.send_type? && node.arguments.any? && !node.parenthesized?) end