method
inspect
v2_5_5 -
Show latest stable
- Class:
Pathname
inspect()public
No documentation available.
static VALUE
path_inspect(VALUE self)
{
const char *c = rb_obj_classname(self);
VALUE str = get_strpath(self);
return rb_sprintf("#<%s:%"PRIsVALUE">", c, str);
}