관리-도구
편집 파일: abort_on_exception%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: When set to <tt>true</tt>, causes all threads (including the main program) to abort if an exception is raised in <em>thr</em>. The process will effectively <tt>exit(0)</tt>. full_name: Thread#abort_on_exception= is_singleton: false name: abort_on_exception= params: | thr.abort_on_exception= boolean => true or false visibility: public