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: Array[Symbol], opening_loc: Location, parameters: Node?, statements: Node?, location: Location) -> void
def initialize(locals, opening_loc, parameters, statements, location)
  @locals = locals
  @opening_loc = opening_loc
  @parameters = parameters
  @statements = statements
  @location = location
end