class Prism::Source
def line_start(byte_offset)
Return the byte offset of the start of the line corresponding to the given
def line_start(byte_offset) offsets[find_line(byte_offset)] end
def line_start(byte_offset) offsets[find_line(byte_offset)] end