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