= private = protected
tainted?()
Returns true if the object is tainted.
See #taint for more information.
VALUE rb_obj_tainted(VALUE obj) { if (OBJ_TAINTED(obj)) return Qtrue; return Qfalse; }