class Prism::ForwardingSuperNode

表示使用了不带括号或参数的 super 关键字,但可能带有块(block)。

super
^^^^^

super { 123 }
^^^^^^^^^^^^^

如果它有任何其他参数,它将是 SuperNode