mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* object.c (rb_obj_taint): [DOC] $SAFE=3 is obsolete.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e4fa17a9b9
commit
f7547ae6af
1 changed files with 0 additions and 3 deletions
3
object.c
3
object.c
|
|
@ -953,9 +953,6 @@ 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 newly created objects are tainted and you can't untaint
|
||||
* objects.
|
||||
*/
|
||||
|
||||
VALUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue