class RuboCop::AST::CaseMatchNode
def else_branch
-
(nil)- if the case statement does not have an else branch. -
(EmptyElse)- the empty else branch node of the `case` statement -
(Node)- the else branch node of the `case` statement
def else_branch node_parts[-1] end