class YARP::EmbeddedStatementsNode

def initialize(opening_loc, statements, closing_loc, location)

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

def initialize: (YARP::Location opening_loc, YARP::StatementsNode statements, YARP::Location closing_loc, YARP::Location location) -> void

This signature was generated using 67 samples from 1 application.

def initialize: (opening_loc: Location, statements: Node?, closing_loc: Location, location: Location) -> void
def initialize(opening_loc, statements, closing_loc, location)
  @opening_loc = opening_loc
  @statements = statements
  @closing_loc = closing_loc
  @location = location
end