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::ConstantReadNode] | Array[YARP::InterpolatedStringNode] | Array[YARP::StringNode] | Array[YARP::SymbolNode] | Array[YARP::ArrayNode] | Array[YARP::InterpolatedRegularExpressionNode] | Array[YARP::IntegerNode] | Array[YARP::KeywordHashNode] | Array[YARP::SelfNode] | Array[YARP::InstanceVariableReadNode] | Array[YARP::ConstantPathNode] | Array[YARP::RangeNode] | Array[YARP::RegularExpressionNode] | Array[YARP::BlockArgumentNode] | Array[YARP::SplatNode] def initialize: (YARP__ArgumentsNode_initialize_arguments arguments, YARP::Location location) -> void
This signature was generated using 192 samples from 1 application.
def initialize(arguments, location) @arguments = arguments @location = location end