class YARP::ReturnNode

def initialize(keyword_loc, arguments, location)

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

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

This signature was generated using 21 samples from 1 application.

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