= private = protected
chown(p1, p2)
Change owner and group of the file.
See File.chown.
static VALUE path_chown(VALUE self, VALUE owner, VALUE group) { return rb_funcall(rb_cFile, id_chown, 3, owner, group, get_strpath(self)); }