class YARP::Location

def end_offset

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