class YARP::ArgumentsNode
def initialize(arguments, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
type YARP__ArgumentsNode_initialize_arguments = Array[YARP::CallNode] | Array[YARP::LocalVariableReadNode] | Array[YARP::StringNode] | Array[YARP::IntegerNode] def initialize: (YARP__ArgumentsNode_initialize_arguments arguments, YARP::Location location) -> void
This signature was generated using 6 samples from 1 application.
def initialize(arguments, location) @arguments = arguments @location = location end