class Prism::Location

def start_line

The line number where this location starts.
def start_line
  source.line(start_offset)
end