class RuboCop::AST::RescueNode
def else_branch
-
(nil)- if the exception handling statement does not have an else branch. -
(Node)- the else branch node of the exception handling statement
def else_branch node_parts[-1] end
(nil)
- if the exception handling statement does not have an else branch.
(Node)
- the else branch node of the exception handling statement
def else_branch node_parts[-1] end