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[] | Array[YARP::ConstantPathNode]) exceptions, YARP::Location? operator_loc, YARP::LocalVariableWriteNode? reference, YARP::StatementsNode statements, nil consequent, YARP::Location location) -> void

This signature was generated using 2 samples from 1 application.

def initialize: (keyword_loc: Location, exceptions: Array[Node], operator_loc: Location?, reference: Node?, statements: Node?, consequent: Node?, location: Location) -> void
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