570件ヒット
[1-100件を表示]
(0.074秒)
別のキーワード
ライブラリ
- ビルトイン (238)
- irb (24)
-
irb
/ cmd / help (12) -
irb
/ context (24) -
irb
/ extend-command (12) - optparse (12)
- timeout (21)
- win32ole (12)
クラス
- Fiber (18)
- IO (84)
-
IRB
:: Context (12) -
IRB
:: ExtendCommand :: Help (12) - LocalJumpError (24)
- OptionParser (12)
-
Process
:: Status (12) - SystemExit (12)
- Thread (12)
- WIN32OLE (12)
モジュール
- IRB (24)
-
IRB
:: ExtendCommandBundle (12) - Kernel (52)
- ObjectSpace (24)
- Timeout (21)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - Context (12)
-
NEWS for Ruby 2
. 2 . 0 (11) - Rubyで使われる記号の意味(正規表現の複雑な記号は除く) (12)
- Ruby用語集 (12)
- abort (24)
-
define
_ finalizer (24) - execute (12)
-
exit
_ value (12) - exited? (12)
- irb (12)
-
irb
_ at _ exit (12) -
irb
_ exit (24) -
ole
_ respond _ to? (12) -
on
_ tail (12) - optparse (12)
- popen (84)
- raise (18)
-
rb
_ ensure (12) -
rb
_ exec _ end _ proc (12) -
rb
_ exit (12) -
rb
_ f _ at _ exit (12) -
rb
_ f _ exit (12) -
rb
_ gc _ call _ finalizer _ at _ exit (12) -
rb
_ memerror (12) -
rb
_ thread _ exit (12) -
rb
_ thread _ restore _ context (12) - reason (12)
-
ruby 1
. 6 feature (12) -
stack
_ extend (12) - status (12)
- success? (12)
- system (28)
- timeout (21)
- 制御構造 (12)
検索結果
先頭5件
-
IRB
:: Context # exit(ret = 0) -> object (21207.0) -
irb を終了します。ret で指定したオブジェクトを返します。
...irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
@see IRB.irb_exit... -
IRB
. irb _ at _ exit -> () (12217.0) -
at_exit で登録された処理を実行します。
...at_exit で登録された処理を実行します。
ユーザが直接使用するものではありません。... -
IRB
. irb _ exit(irb , ret) -> object (12201.0) -
irb を終了します。ret で指定したオブジェクトを返します。
...irb を終了します。ret で指定したオブジェクトを返します。
@param irb 現在の IRB::Irb オブジェクトを指定します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。... -
IRB
:: ExtendCommandBundle # irb _ exit(ret = 0) -> object (12201.0) -
irb を終了します。ret で指定したオブジェクトを返します。
...irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。... -
static VALUE rb
_ f _ at _ exit(void) (12200.0) -
-
static VALUE rb
_ f _ exit(int argc , VALUE *argv , VALUE obj) (12200.0) -
-
static VALUE rb
_ thread _ exit(void) (12200.0) -
-
void rb
_ exit(int status) (12200.0) -
ステータス status でインタプリタを終了させます。
ステータス status でインタプリタを終了させます。 -
void rb
_ gc _ call _ finalizer _ at _ exit(void) (12200.0) -