class YARP::IfNode
def initialize(if_keyword_loc, predicate, statements, consequent, end_keyword_loc, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
type YARP__IfNode_initialize_predicate = YARP::InstanceVariableReadNode | YARP::CallNode | YARP::AndNode | YARP::LocalVariableReadNode | YARP::LocalVariableWriteNode | YARP::GlobalVariableReadNode | YARP::OrNode | YARP::DefinedNode def initialize: (YARP::Location? if_keyword_loc, YARP__IfNode_initialize_predicate predicate, YARP::StatementsNode statements, (nil | YARP::ElseNode | YARP::IfNode) consequent, YARP::Location? end_keyword_loc, YARP::Location location) -> void
This signature was generated using 120 samples from 1 application.
def initialize(if_keyword_loc, predicate, statements, consequent, end_keyword_loc, location) @if_keyword_loc = if_keyword_loc @predicate = predicate @statements = statements @consequent = consequent @end_keyword_loc = end_keyword_loc @location = location end