Flowdock
taint() public

No documentation

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

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