class YARP::SuperNode
def initialize(keyword_loc, lparen_loc, arguments, rparen_loc, block, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::Location keyword_loc, YARP::Location? lparen_loc, YARP::ArgumentsNode? arguments, YARP::Location? rparen_loc, nil block, YARP::Location location) -> void
This signature was generated using 7 samples from 1 application.
def initialize(keyword_loc, lparen_loc, arguments, rparen_loc, block, location) @keyword_loc = keyword_loc @lparen_loc = lparen_loc @arguments = arguments @rparen_loc = rparen_loc @block = block @location = location end