class YARP::BlockNode

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

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

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

This signature was generated using 3 samples from 1 application.

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