class YARP::ModuleNode

def initialize(locals, module_keyword_loc, constant_path, statements, end_keyword_loc, location)

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

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

This signature was generated using 15 samples from 1 application.

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