rdoc of exit and exit!
Kazuhiro NISHIYAMA <[email protected]> Thu, 16 Aug 2007 05:13:39 +0900
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Message-ID | <85hcn0zhcc.wl%[email protected]> |
Hello, > * exit(integer=0) > * Kernel::exit(integer=0) > * Process::exit(integer=0) > * Process.exit!(fixnum=-1) The default arguments of exit and exit! are 0 and 1 in rdoc, but I think there are true and false now. -- Kazuhiro NISHIYAMA