class YARP::BlockParametersNode

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

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

def initialize: (YARP::ParametersNode parameters, Array[] locals, YARP::Location opening_loc, YARP::Location closing_loc, YARP::Location location) -> void

This signature was generated using 1 sample from 1 application.

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