class YARP::ForwardingArgumentsNode
end
^^^^^^^^
bar(…)
def foo(…)
Represents forwarding all arguments to this method to another method.
def accept(visitor)
def accept(visitor) visitor.visit_forwarding_arguments_node(self) end
def child_nodes
def child_nodes [] end
def deconstruct_keys(keys)
def deconstruct_keys(keys) { location: location } end
def initialize(location)
def initialize(location) @location = location end