Member predicate UnlessExpr::getElse
Gets the ‘else’ branch of this unless
expression. In the following
example, the result is the StmtSequence
containing bar
.
unless a == b then
foo
else
bar
end
Gets the ‘else’ branch of this unless
expression. In the following
example, the result is the StmtSequence
containing bar
.
unless a == b then
foo
else
bar
end