Method: File::Stat#ftype
- Defined in:
- file.c
#ftype ⇒ String
5524 5525 5526 5527 5528 |
# File 'file.c', line 5524
static VALUE
rb_stat_ftype(VALUE obj)
{
return rb_file_ftype(get_stat(obj));
}
|
5524 5525 5526 5527 5528 |
# File 'file.c', line 5524
static VALUE
rb_stat_ftype(VALUE obj)
{
return rb_file_ftype(get_stat(obj));
}
|