class YARP::UnlessNode

def initialize(keyword_loc, predicate, statements, consequent, end_keyword_loc, location)

Experimental RBS support (using type sampling data from the type_fusion project).

type YARP__UnlessNode_initialize_predicate = YARP::InstanceVariableReadNode | YARP::CallNode | YARP::LocalVariableReadNode | YARP::OrNode | YARP::DefinedNode

def initialize: (YARP::Location keyword_loc, YARP__UnlessNode_initialize_predicate predicate, YARP::StatementsNode statements, nil consequent, YARP::Location? end_keyword_loc, YARP::Location location) -> void

This signature was generated using 13 samples from 1 application.

def initialize: (keyword_loc: Location, predicate: Node, statements: Node?, consequent: Node?, end_keyword_loc: Location?, location: Location) -> void
def initialize(keyword_loc, predicate, statements, consequent, end_keyword_loc, location)
  @keyword_loc = keyword_loc
  @predicate = predicate
  @statements = statements
  @consequent = consequent
  @end_keyword_loc = end_keyword_loc
  @location = location
end