36件ヒット
[1-36件を表示]
(0.073秒)
別のキーワード
ライブラリ
-
irb
/ cmd / help (12) -
irb
/ context (12) -
irb
/ extend-command (12)
クラス
-
IRB
:: Context (12) -
IRB
:: ExtendCommand :: Help (12)
モジュール
検索結果
先頭3件
-
IRB
:: Context # exit(ret = 0) -> object (21108.0) -
irb を終了します。ret で指定したオブジェクトを返します。
...irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
@see IRB.irb_exit... -
IRB
:: ExtendCommandBundle # irb _ exit(ret = 0) -> object (9102.0) -
irb を終了します。ret で指定したオブジェクトを返します。
irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。 -
IRB
:: ExtendCommand :: Help # execute(*names) -> nil (3007.0) -
RI から Ruby のドキュメントを参照します。
...できま
す。
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.matc...