class YARP::Location

def initialize(source, start_offset, length)

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

def initialize: (YARP::Source source, Integer start_offset, Integer length) -> void

This signature was generated using 15676 samples from 1 application.

def initialize(source, start_offset, length)
  @source = source
  @start_offset = start_offset
  @length = length
end