class YARP::ForwardingSuperNode

def initialize(block, location)

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

def initialize: (nil block, YARP::Location location) -> void

This signature was generated using 1 sample from 1 application.

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