class YARP::DefinedNode
def initialize(lparen_loc, value, rparen_loc, keyword_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::Location lparen_loc, (YARP::ConstantPathNode | YARP::InstanceVariableReadNode | YARP::ConstantReadNode) value, YARP::Location rparen_loc, YARP::Location keyword_loc, YARP::Location location) -> void
This signature was generated using 5 samples from 1 application.
def initialize(lparen_loc, value, rparen_loc, keyword_loc, location) @lparen_loc = lparen_loc @value = value @rparen_loc = rparen_loc @keyword_loc = keyword_loc @location = location end