= private = protected
untaint()
Untaints this Pathname.
See Object.untaint.
static VALUE path_untaint(VALUE self) { rb_call_super(0, 0); rb_obj_untaint(get_strpath(self)); return self; }