class YARP::BlockNode
def initialize(locals, parameters, body, opening_loc, closing_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: ((Array[Symbol] | Array[]) locals, YARP::BlockParametersNode? parameters, (YARP::StatementsNode | YARP::BeginNode) body, YARP::Location opening_loc, YARP::Location closing_loc, YARP::Location location) -> void
This signature was generated using 83 samples from 1 application.
def initialize(locals, parameters, body, opening_loc, closing_loc, location) @locals = locals @parameters = parameters @body = body @opening_loc = opening_loc @closing_loc = closing_loc @location = location end