class YARP::AssocNode

def initialize(key, value, operator_loc, location)

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

type YARP__AssocNode_initialize_value = YARP::CallNode | YARP::SymbolNode | YARP::StringNode | YARP::LocalVariableReadNode

def initialize: (YARP::SymbolNode key, YARP__AssocNode_initialize_value value, nil operator_loc, YARP::Location location) -> void

This signature was generated using 8 samples from 1 application.

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