class YARP::ElseNode

def initialize(else_keyword_loc, statements, end_keyword_loc, location)

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

def initialize: (YARP::Location else_keyword_loc, YARP::StatementsNode? statements, YARP::Location? end_keyword_loc, YARP::Location location) -> void

This signature was generated using 49 samples from 1 application.

def initialize: (else_keyword_loc: Location, statements: Node?, end_keyword_loc: Location?, location: Location) -> void
def initialize(else_keyword_loc, statements, end_keyword_loc, location)
  @else_keyword_loc = else_keyword_loc
  @statements = statements
  @end_keyword_loc = end_keyword_loc
  @location = location
end