class YARP::MultiWriteNode
def initialize(targets, operator_loc, value, lparen_loc, rparen_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (Array[YARP::LocalVariableWriteNode] targets, YARP::Location operator_loc, YARP::CallNode value, nil lparen_loc, nil rparen_loc, YARP::Location location) -> void
This signature was generated using 3 samples from 1 application.
def initialize(targets, operator_loc, value, lparen_loc, rparen_loc, location) @targets = targets @operator_loc = operator_loc @value = value @lparen_loc = lparen_loc @rparen_loc = rparen_loc @location = location end