class YARP::ClassNode
def initialize(locals, class_keyword_loc, constant_path, inheritance_operator_loc, superclass, statements, end_keyword_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
type YARP__ClassNode_initialize_superclass = YARP::ConstantReadNode | nil | YARP::ConstantPathNode | YARP::CallNode def initialize: (Array[] locals, YARP::Location class_keyword_loc, YARP::ConstantReadNode constant_path, YARP::Location? inheritance_operator_loc, YARP__ClassNode_initialize_superclass superclass, YARP::StatementsNode? statements, YARP::Location end_keyword_loc, YARP::Location location) -> void
This signature was generated using 8 samples from 1 application.
def initialize(locals, class_keyword_loc, constant_path, inheritance_operator_loc, superclass, statements, end_keyword_loc, location) @locals = locals @class_keyword_loc = class_keyword_loc @constant_path = constant_path @inheritance_operator_loc = inheritance_operator_loc @superclass = superclass @statements = statements @end_keyword_loc = end_keyword_loc @location = location end