class YARP::CallOperatorOrWriteNode

def initialize(target, value, operator_loc, location)

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

def initialize: (YARP::CallNode target, (YARP::CallNode | YARP::ConstantPathNode) value, YARP::Location operator_loc, YARP::Location location) -> void

This signature was generated using 2 samples from 1 application.

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