class YARP::LocalVariableReadNode

def initialize(constant_id, depth, location)

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

def initialize: (Symbol constant_id, Integer depth, YARP::Location location) -> void

This signature was generated using 195 samples from 1 application.

def initialize: (constant_id: Symbol, depth: Integer, location: Location) -> void
def initialize(constant_id, depth, location)
  @constant_id = constant_id
  @depth = depth
  @location = location
end