Not found
The exact documentation you were looking for could not be found. Here is the best guess.
ftype()
public
See File.ftype. Returns “type” of file (“file”,
“directory”, etc).
Show source
static VALUE
path_ftype(VALUE self)
{
return rb_funcall(rb_cFile, rb_intern("ftype"), 1, get_strpath(self));
}