class YARP::AssocSplatNode

def initialize(value, operator_loc, location)

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

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

This signature was generated using 1 sample from 1 application.

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