method
inspect
v1_9_3_125 -
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:%s>", c, RSTRING_PTR(str));
}