るりまサーチ

最速Rubyリファレンスマニュアル検索!
55件ヒット [1-55件を表示] (0.021秒)
トップページ > クエリ:-[x] > ライブラリ:irb[x] > クエリ:exit[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method gets
  4. irb/input-method new
  5. matrix -

モジュール

キーワード

検索結果

IRB::Context#exit(ret = 0) -> object (18208.0)

irb を終了します。ret で指定したオブジェクトを返します。

...
irb
を終了します。ret で指定したオブジェクトを返します。

@param ret 戻り値を指定します。

@see IRB.irb_exit...

IRB.irb_at_exit -> () (6219.0)

at_exit で登録された処理を実行します。

...at_exit で登録された処理を実行します。

ユーザが直接使用するものではありません。...

IRB.irb_exit(irb, ret) -> object (6203.0)

irb を終了します。ret で指定したオブジェクトを返します。

...
irb
を終了します。ret で指定したオブジェクトを返します。

@param irb 現在の IRB::Irb オブジェクトを指定します。

@param ret 戻り値を指定します。

ユーザが直接使用するものではありません。...

IRB::ExtendCommandBundle#irb_exit(ret = 0) -> object (6202.0)

irb を終了します。ret で指定したオブジェクトを返します。

...
irb
を終了します。ret で指定したオブジェクトを返します。

@param ret 戻り値を指定します。

ユーザが直接使用するものではありません。...

IRB::ExtendCommand::Help#execute(*names) -> nil (107.0)

RI から Ruby のドキュメントを参照します。

...RI から Ruby のドキュメントを参照します。

irb
(main):001:0> help String#match
...

@param names 参照したいクラス名やメソッド名などを文字列で指定します。

names を指定しなかった場合は、RI を対話的なモードで起動します。メソ...
... irb のプロンプトに戻る事ができま
す。

irb
(main):001:0> help

Enter the method name you want to look up.
You can use tab to autocomplete.
Enter a blank line to exit.

>> String#match
String#match

(from ruby core)
-
----------------------------------------------------...
...-------------------------
str.match(pattern) -> matchdata or nil
str.match(pattern, pos) -> matchdata or nil
......

絞り込み条件を変える