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