class Prism::Location

def inspect

Returns a string representation of this location.
def inspect
  "#<Prism::Location @start_offset=#{@start_offset} @length=#{@length} start_line=#{start_line}>"
end