class YARP::InstanceVariableWriteNode

def initialize(name_loc, value, operator_loc, location)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (YARP::Location name_loc, YARP::LocalVariableReadNode value, YARP::Location operator_loc, YARP::Location location) -> void

This signature was generated using 7 samples from 1 application.

def initialize: (name_loc: Location, value: Node?, operator_loc: Location?, location: Location) -> void
def initialize(name_loc, value, operator_loc, location)
  @name_loc = name_loc
  @value = value
  @operator_loc = operator_loc
  @location = location
end