class RuboCop::Cop::Style::RedundantSelfAssignmentBranch
def multiple_statements?(branch)
def multiple_statements?(branch) return false unless branch&.begin_type? !branch.children.empty? end
def multiple_statements?(branch) return false unless branch&.begin_type? !branch.children.empty? end