class YARP::SingletonClassNode

def initialize(locals, class_keyword_loc, operator_loc, expression, body, end_keyword_loc, location)

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

def initialize: (Array[] locals, YARP::Location class_keyword_loc, YARP::Location operator_loc, (YARP::SelfNode | YARP::ConstantReadNode) expression, YARP::StatementsNode body, YARP::Location end_keyword_loc, YARP::Location location) -> void

This signature was generated using 7 samples from 1 application.

def initialize: (locals: Array[Symbol], class_keyword_loc: Location, operator_loc: Location, expression: Node, body: Node?, end_keyword_loc: Location, location: Location) -> void
def initialize(locals, class_keyword_loc, operator_loc, expression, body, end_keyword_loc, location)
  @locals = locals
  @class_keyword_loc = class_keyword_loc
  @operator_loc = operator_loc
  @expression = expression
  @body = body
  @end_keyword_loc = end_keyword_loc
  @location = location
end