class YARP::AliasNode
def initialize(new_name, old_name, keyword_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::SymbolNode new_name, YARP::SymbolNode old_name, YARP::Location keyword_loc, YARP::Location location) -> void
This signature was generated using 9 samples from 1 application.
def initialize(new_name, old_name, keyword_loc, location) @new_name = new_name @old_name = old_name @keyword_loc = keyword_loc @location = location end