absolute_path()
Returns the full file path of this frame.
Same as #path, but includes the absolute path.
static VALUE location_absolute_path_m(VALUE self) { return location_absolute_path(location_ptr(self)); }