class RuboCop::AST::RescueNode
def else?
-
(Boolean)
- whether the exception handling statement has an `else` branch
def else? loc.else end
(Boolean)
- whether the exception handling statement has an `else` branch
def else? loc.else end