class Prism::UnlessNode

表示 `unless` 关键字的使用,可以是块形式或修饰符形式。

bar unless foo
^^^^^^^^^^^^^^

unless foo then bar end
^^^^^^^^^^^^^^^^^^^^^^^