class YARP::LambdaNode

def initialize(locals, opening_loc, parameters, body, location)

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

def initialize: ((Array[Symbol] | Array[]) locals, YARP::Location opening_loc, YARP::BlockParametersNode? parameters, YARP::StatementsNode? body, YARP::Location location) -> void

This signature was generated using 5 samples from 1 application.

def initialize: (locals: Array[Symbol], opening_loc: Location, parameters: Node?, body: Node?, location: Location) -> void
def initialize(locals, opening_loc, parameters, body, location)
  @locals = locals
  @opening_loc = opening_loc
  @parameters = parameters
  @body = body
  @location = location
end