class YARP::YieldNode

def initialize(keyword_loc, lparen_loc, arguments, rparen_loc, location)

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

def initialize: (YARP::Location keyword_loc, YARP::Location? lparen_loc, YARP::ArgumentsNode? arguments, YARP::Location? rparen_loc, YARP::Location location) -> void

This signature was generated using 13 samples from 1 application.

def initialize: (keyword_loc: Location, lparen_loc: Location?, arguments: Node?, rparen_loc: Location?, location: Location) -> void
def initialize(keyword_loc, lparen_loc, arguments, rparen_loc, location)
  @keyword_loc = keyword_loc
  @lparen_loc = lparen_loc
  @arguments = arguments
  @rparen_loc = rparen_loc
  @location = location
end