class YARP::Location

def start_column

the line.
The column number in bytes where this location starts from the start of
def start_column
  source.column(start_offset)
end