= private = protected
taint()
Taints this Pathname.
See Object.taint.
static VALUE path_taint(VALUE self) { rb_call_super(0, 0); rb_obj_taint(get_strpath(self)); return self; }