class YARP::InterpolatedStringNode
def initialize(opening_loc, parts, closing_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::Location opening_loc, (Array[YARP::StringNode] | Array[YARP::EmbeddedStatementsNode]) parts, YARP::Location closing_loc, YARP::Location location) -> void
This signature was generated using 46 samples from 1 application.
def initialize(opening_loc, parts, closing_loc, location) @opening_loc = opening_loc @parts = parts @closing_loc = closing_loc @location = location end