class YARP::StringNode
def initialize(opening_loc, content_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 content_loc, YARP::Location? closing_loc, String unescaped, YARP::Location location) -> void
This signature was generated using 352 samples from 1 application.
def initialize(opening_loc, content_loc, closing_loc, unescaped, location) @opening_loc = opening_loc @content_loc = content_loc @closing_loc = closing_loc @unescaped = unescaped @location = location end