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