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