diff options
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ int ruby_safe_level = 0; 0 - strings from streams/environment/ARGV are tainted (default) 1 - no dangerous operation by tainted value 2 - process/file operations prohibited - 3 - all genetated objects are tainted + 3 - all generated objects are tainted 4 - no global (non-tainted) variable modification/no direct output */ |