From 36c4a3015fd547c6eae9612ef915543728be0367 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 25 Aug 2013 11:48:24 +0000 Subject: * 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 --- object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'object.c') diff --git a/object.c b/object.c index 83a48db557..72868120a9 100644 --- a/object.c +++ b/object.c @@ -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 -- cgit v1.2.3