class YARP::Location

def inspect

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