Flowdock
untaint() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
path_untaint(VALUE self)
{
    rb_call_super(0, 0);
    rb_obj_untaint(get_strpath(self));
    return self;
}
Register or log in to add new notes.