12件ヒット
[1-12件を表示]
(0.017秒)
ライブラリ
-
irb
/ cmd / help (12)
検索結果
-
IRB
:: ExtendCommand :: Help # execute(*names) -> nil (19.0) -
RI から Ruby のドキュメントを参照します。
...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)
-----------------------------------------------------...