class Prism::UntilNode

表示使用 `until` 关键字,无论是块形式还是修饰符形式。

bar until foo
^^^^^^^^^^^^^

until foo do bar end
^^^^^^^^^^^^^^^^^^^^