class YARP::SymbolNode
def initialize(opening_loc, value_loc, closing_loc, unescaped, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::Location? opening_loc, YARP::Location value_loc, YARP::Location? closing_loc, String unescaped, YARP::Location location) -> void
This signature was generated using 339 samples from 1 application.
def initialize(opening_loc, value_loc, closing_loc, unescaped, location) @opening_loc = opening_loc @value_loc = value_loc @closing_loc = closing_loc @unescaped = unescaped @location = location end