class YARP::InterpolatedRegularExpressionNode

def initialize(opening_loc, parts, closing_loc, flags, location)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (YARP::Location opening_loc, Array[YARP::StringNode] parts, YARP::Location closing_loc, Integer flags, YARP::Location location) -> void

This signature was generated using 2 samples from 1 application.

def initialize: (opening_loc: Location, parts: Array[Node], closing_loc: Location, flags: Integer, location: Location) -> void
def initialize(opening_loc, parts, closing_loc, flags, location)
  @opening_loc = opening_loc
  @parts = parts
  @closing_loc = closing_loc
  @flags = flags
  @location = location
end