inspect()
Returns the same as calling inspect on the string representation of #to_str
static VALUE location_inspect_m(VALUE self) { return rb_str_inspect(location_to_str(location_ptr(self))); }