= private = protected
stat()
Returns a File::Stat object.
See File.stat.
static VALUE path_stat(VALUE self) { return rb_funcall(rb_cFile, id_stat, 1, get_strpath(self)); }