class YARP::BeginNode

def initialize(begin_keyword_loc, statements, rescue_clause, else_clause, ensure_clause, end_keyword_loc, location)

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

def initialize: (YARP::Location? begin_keyword_loc, YARP::StatementsNode statements, YARP::RescueNode rescue_clause, nil else_clause, nil ensure_clause, YARP::Location end_keyword_loc, YARP::Location location) -> void

This signature was generated using 4 samples from 1 application.

def initialize: (begin_keyword_loc: Location?, statements: Node?, rescue_clause: Node?, else_clause: Node?, ensure_clause: Node?, end_keyword_loc: Location?, location: Location) -> void
def initialize(begin_keyword_loc, statements, rescue_clause, else_clause, ensure_clause, end_keyword_loc, location)
  @begin_keyword_loc = begin_keyword_loc
  @statements = statements
  @rescue_clause = rescue_clause
  @else_clause = else_clause
  @ensure_clause = ensure_clause
  @end_keyword_loc = end_keyword_loc
  @location = location
end