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