class RuboCop::AST::RescueNode

def else?

Returns:
  • (Boolean) - whether the exception handling statement has an `else` branch
def else?
  loc.else
end