class Prism::ForwardingArgumentsNode

表示将所有参数转发到此方法的另一个方法。

def foo(...)
  bar(...)
      ^^^
end