class YARP::LocalVariableWriteNode
def initialize(constant_id, depth, value, name_loc, operator_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (Symbol constant_id, Integer depth, (YARP::CallNode | YARP::IntegerNode | YARP::ArrayNode) value, YARP::Location name_loc, YARP::Location operator_loc, YARP::Location location) -> void
This signature was generated using 3 samples from 1 application.
def initialize(constant_id, depth, value, name_loc, operator_loc, location) @constant_id = constant_id @depth = depth @value = value @name_loc = name_loc @operator_loc = operator_loc @location = location end