= private = protected
rename(p1)
Rename the file.
See File.rename.
static VALUE path_rename(VALUE self, VALUE to) { return rb_funcall(rb_cFile, id_rename, 2, get_strpath(self), to); }