X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/Process
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Process
/
ðŸ“
..
ðŸ“
GID
ðŸ“
Status
ðŸ“
Sys
ðŸ“
UID
📄
abort-c.yaml
(395 B)
📄
cdesc-Process.yaml
(3.85 KB)
📄
detach-c.yaml
(1.91 KB)
📄
egid%3d-c.yaml
(315 B)
📄
egid-c.yaml
(454 B)
📄
euid%3d-c.yaml
(302 B)
📄
euid-c.yaml
(424 B)
📄
exec-c.yaml
(1.22 KB)
📄
exit%21-c.yaml
(421 B)
📄
exit-c.yaml
(1.35 KB)
📄
fork-c.yaml
(1.04 KB)
📄
getpgid-c.yaml
(421 B)
📄
getpgrp-c.yaml
(433 B)
📄
getpriority-c.yaml
(863 B)
📄
getrlimit-c.yaml
(868 B)
📄
gid%3d-c.yaml
(269 B)
📄
gid-c.yaml
(416 B)
📄
groups%3d-c.yaml
(536 B)
📄
groups-c.yaml
(417 B)
📄
initgroups-c.yaml
(837 B)
📄
kill-c.yaml
(963 B)
📄
maxgroups%3d-c.yaml
(330 B)
📄
maxgroups-c.yaml
(399 B)
📄
pid-c.yaml
(368 B)
📄
ppid-c.yaml
(609 B)
📄
setpgid-c.yaml
(366 B)
📄
setpgrp-c.yaml
(299 B)
📄
setpriority-c.yaml
(605 B)
📄
setrlimit-c.yaml
(2.41 KB)
📄
setsid-c.yaml
(457 B)
📄
times-c.yaml
(473 B)
📄
uid%3d-c.yaml
(312 B)
📄
uid-c.yaml
(414 B)
📄
wait-c.yaml
(2.17 KB)
📄
wait2-c.yaml
(772 B)
📄
waitall-c.yaml
(878 B)
📄
waitpid-c.yaml
(2.18 KB)
📄
waitpid2-c.yaml
(778 B)
Editing: exit-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Initiates the termination of the Ruby script by raising the <tt>SystemExit</tt> exception. This exception may be caught. The optional parameter is used to return a status code to the invoking environment. - !ruby/struct:SM::Flow::VERB body: " begin\n exit\n puts "never get here"\n rescue SystemExit\n puts "rescued a SystemExit exception"\n end\n puts "after begin block"\n" - !ruby/struct:SM::Flow::P body: <em>produces:</em> - !ruby/struct:SM::Flow::VERB body: " rescued a SystemExit exception\n after begin block\n" - !ruby/struct:SM::Flow::P body: Just prior to termination, Ruby executes any <tt>at_exit</tt> functions (see Kernel::at_exit) and runs any object finalizers (see ObjectSpace::define_finalizer). - !ruby/struct:SM::Flow::VERB body: " at_exit { puts "at_exit function" }\n ObjectSpace.define_finalizer("string", proc { puts "in finalizer" })\n exit\n" - !ruby/struct:SM::Flow::P body: <em>produces:</em> - !ruby/struct:SM::Flow::VERB body: " at_exit function\n in finalizer\n" full_name: Process::exit is_singleton: true name: exit params: | exit(integer=0) Kernel::exit(integer=0) Process::exit(integer=0) visibility: public
Upload File
Create Folder