class YARP::Location

def end_column

line.
The column number in bytes where this location ends from the start of the
def end_column
  source.column(end_offset - 1)
end