= private = protected
owned?()
See FileTest.owned?.
static VALUE path_owned_p(VALUE self) { return rb_funcall(rb_mFileTest, rb_intern("owned?"), 1, get_strpath(self)); }