class YARP::ConstantPathNode
def accept(visitor)
Experimental RBS support (using type sampling data from the type_fusion
project).
def accept: (Analyzer::Visitor visitor) -> (Array[Array, ] | Array[Array, Array, , Array, ] | Array[NilClass])
This signature was generated using 89 samples from 1 application.
def accept(visitor) visitor.visit_constant_path_node(self) end