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: Array[Node], operator_loc: Location?, value: Node?, lparen_loc: Location?, rparen_loc: Location?, location: Location) -> void
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