class Prism::Location

def end_character_column

the line.
The column number in characters where this location ends from the start of
def end_character_column
  source.character_column(end_offset)
end