exit!(status = false) -> ()
[permalink][rdoc][edit]-
関数 Kernel.#exit! と同じです。
- [PARAM] status:
- 終了ステータスを boolean か整数で指定します。true の場合は成功を、false は失敗を意味します。
[SEE_ALSO] _exit(2)
exit!(status = false) -> ()
[permalink][rdoc][edit]関数 Kernel.#exit! と同じです。
[SEE_ALSO] _exit(2)