class YARP::StatementsNode

def initialize(body, location)

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

def initialize: ((Array[YARP::CallNode] | Array[YARP::InterpolatedStringNode]) body, YARP::Location location) -> void

This signature was generated using 4 samples from 1 application.

def initialize: (body: Array[Node], location: Location) -> void
def initialize(body, location)
  @body = body
  @location = location
end