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, YARP::EnsureNode? ensure_clause, YARP::Location end_keyword_loc, YARP::Location location) -> void
This signature was generated using 8 samples from 1 application.
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