관리-도구
편집 파일: alive%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>thr</em> is running or sleeping. - !ruby/struct:SM::Flow::VERB body: " thr = Thread.new { }\n thr.join #=> #<Thread:0x401b3fb0 dead>\n Thread.current.alive? #=> true\n thr.alive? #=> false\n" full_name: Thread#alive? is_singleton: false name: alive? params: | thr.alive? => true or false visibility: public