관리-도구
편집 파일: exit%21-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Exits the process immediately. No exit handlers are run. <em>fixnum</em> is returned to the underlying system as the exit status. - !ruby/struct:SM::Flow::VERB body: " Process.exit!(0)\n" full_name: Process::exit! is_singleton: true name: exit! params: | Process.exit!(fixnum=-1) visibility: public