aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-25 11:48:24 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-25 11:48:24 +0000
commit36c4a3015fd547c6eae9612ef915543728be0367 (patch)
treee23726e50d40cf4c4f22740f85a71ef836558e96 /object.c
parent92749430a6e4f23ebf101af0ef8acaa7d94638ce (diff)
downloadruby-36c4a3015fd547c6eae9612ef915543728be0367.tar.gz
* 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
Diffstat (limited to 'object.c')
-rw-r--r--object.c4
1 files changed, 2 insertions, 2 deletions
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