class Prism::ForwardingArgumentsNode

Represents forwarding all arguments to this method to another method.

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