class YARP::Comment

def initialize(type, location)

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

def initialize: (Symbol type, YARP::Location location) -> void

This signature was generated using 971 samples from 1 application.

def initialize(type, location)
  @type = type
  @location = location
end