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