1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* object.c: [DOC] remove comment about trust/untrust.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2013-08-25 11:48:24 +00:00
parent 92749430a6
commit 36c4a3015f

View file

@ -918,8 +918,8 @@ rb_obj_tainted(VALUE obj)
* You should only untaint a tainted object if your code has inspected it and
* determined that it is safe. To do so use #untaint
*
* In $SAFE level 3, all objects are tainted and untrusted, any use of
* trust or taint methods will raise a SecurityError exception.
* In $SAFE level 3, all newly created objects are tainted and you can't untaint
* objects.
*/
VALUE