class YARP::ArrayNode
def initialize(elements, opening_loc, closing_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
type YARP__ArrayNode_initialize_elements = Array[YARP::LocalVariableReadNode] | Array[] | Array[YARP::CallNode] | Array[YARP::SymbolNode] | Array[YARP::StringNode] | Array[YARP::ConstantReadNode] | Array[YARP::InstanceVariableReadNode] | Array[YARP::SplatNode] | Array[YARP::IntegerNode] | Array[YARP::SelfNode] | Array[YARP::NilNode] def initialize: (YARP__ArrayNode_initialize_elements elements, YARP::Location? opening_loc, YARP::Location? closing_loc, YARP::Location location) -> void
This signature was generated using 66 samples from 1 application.
def initialize(elements, opening_loc, closing_loc, location) @elements = elements @opening_loc = opening_loc @closing_loc = closing_loc @location = location end