class YARP::RescueNode
def initialize(keyword_loc, exceptions, operator_loc, reference, statements, consequent, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::Location keyword_loc, Array[YARP::ConstantReadNode] exceptions, nil operator_loc, nil reference, YARP::StatementsNode statements, nil consequent, YARP::Location location) -> void
This signature was generated using 1 sample from 1 application.
def initialize(keyword_loc, exceptions, operator_loc, reference, statements, consequent, location) @keyword_loc = keyword_loc @exceptions = exceptions @operator_loc = operator_loc @reference = reference @statements = statements @consequent = consequent @location = location end