class SyntaxTree::Else

Else represents the end of an if, unless, or case chain.

if variable
else
end