class YARP::EnsureNode
def initialize(ensure_keyword_loc, statements, end_keyword_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::Location ensure_keyword_loc, YARP::StatementsNode statements, YARP::Location end_keyword_loc, YARP::Location location) -> void
This signature was generated using 1 sample from 1 application.
def initialize(ensure_keyword_loc, statements, end_keyword_loc, location) @ensure_keyword_loc = ensure_keyword_loc @statements = statements @end_keyword_loc = end_keyword_loc @location = location end