class YARP::OperatorWriteNode

def initialize(target, operator_loc, operator, value, location)

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

def initialize: ((YARP::LocalVariableWriteNode | YARP::InstanceVariableWriteNode) target, YARP::Location operator_loc, Symbol operator, (YARP::CallNode | YARP::ArrayNode | YARP::IntegerNode) value, YARP::Location location) -> void

This signature was generated using 5 samples from 1 application.

def initialize: (target: Node, operator_loc: Location, operator: Symbol, value: Node, location: Location) -> void
def initialize(target, operator_loc, operator, value, location)
  @target = target
  @operator_loc = operator_loc
  @operator = operator
  @value = value
  @location = location
end