class YARP::ConstantPathNode

def initialize(parent, child, delimiter_loc, location)

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

def initialize: (nil parent, YARP::ConstantReadNode child, YARP::Location delimiter_loc, YARP::Location location) -> void

This signature was generated using 2 samples from 1 application.

def initialize: (parent: Node?, child: Node, delimiter_loc: Location, location: Location) -> void
def initialize(parent, child, delimiter_loc, location)
  @parent = parent
  @child = child
  @delimiter_loc = delimiter_loc
  @location = location
end