class YARP::LambdaNode
def initialize(locals, opening_loc, parameters, statements, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (Array[Symbol] locals, YARP::Location opening_loc, YARP::BlockParametersNode parameters, nil statements, YARP::Location location) -> void
This signature was generated using 1 sample from 1 application.
def initialize(locals, opening_loc, parameters, statements, location) @locals = locals @opening_loc = opening_loc @parameters = parameters @statements = statements @location = location end