class YARP::Location

def end_offset

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

def end_offset: () -> Integer

This signature was generated using 2 samples from 1 application.

The byte offset from the beginning of the source where this location ends.
def end_offset
  start_offset + length
end