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, nil arguments, YARP::Location location) -> void

This signature was generated using 1 sample 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