class Prism::ElseNode

表示 `case`、`if` 或 `unless` 语句中的 `else` 子句。

if a then b else c end
            ^^^^^^^^^^