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