Current Path : /usr/local/share/ri/1.8/system/Thread/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/Thread/safe_level-i.yaml |
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns the safe level in effect for <em>thr</em>. Setting thread-local safe levels can help when implementing sandboxes which run insecure code. - !ruby/struct:SM::Flow::VERB body: " thr = Thread.new { $SAFE = 3; sleep }\n Thread.current.safe_level #=> 0\n thr.safe_level #=> 3\n" full_name: Thread#safe_level is_singleton: false name: safe_level params: | thr.safe_level => integer visibility: public