class YARP::WhenNode
def initialize(keyword_loc, conditions, statements, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::Location keyword_loc, (Array[YARP::ConstantReadNode] | Array[YARP::SymbolNode] | Array[YARP::ParenthesesNode]) conditions, YARP::StatementsNode statements, YARP::Location location) -> void
This signature was generated using 5 samples from 1 application.
def initialize(keyword_loc, conditions, statements, location) @keyword_loc = keyword_loc @conditions = conditions @statements = statements @location = location end