class YARP::ProgramNode

def initialize(locals, statements, location)

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

def initialize: (Array[] locals, YARP::StatementsNode statements, YARP::Location location) -> void

This signature was generated using 26 samples from 1 application.

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