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] | Array[YARP::InstanceVariableWriteNode]) targets, YARP::Location operator_loc, (YARP::CallNode | YARP::ArrayNode | YARP::LocalVariableReadNode) value, nil lparen_loc, nil rparen_loc, YARP::Location location) -> void
This signature was generated using 8 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