class YARP::ForwardingArgumentsNode
Experimental RBS support (using type sampling data from the type_fusion
project).
# sig/yarp/node.rbs class YARP::ForwardingArgumentsNode < YARP::Node def child_nodes: () -> Array[] end
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
Experimental RBS support (using type sampling data from the type_fusion
project).
def child_nodes: () ->
This signature was generated using 1 sample from 1 application.
def child_nodes [] end
def deconstruct_keys(keys)
def deconstruct_keys(keys) { location: location } end
def initialize(location)
def initialize(location) @location = location end