るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.189秒)
トップページ > クエリ:i[x] > クエリ:irb/cmd/help[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document to_s
  4. rexml/document clone
  5. rexml/document node_type

ライブラリ

クラス

キーワード

検索結果

irb/cmd/help (64000.0)

irb 中の help コマンドのための拡張を定義したサブライブラリです。

...irb 中の help コマンドのための拡張を定義したサブライブラリです。

このライブラリで定義されているメソッドはユーザが直接使用するものではあ
りません。...

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

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

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

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

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

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

i
rb(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
......

IRB::ExtendCommand::Help (11000.0)

irb 中の help コマンドのための拡張を定義したクラスです。

...irb 中の help コマンドのための拡張を定義したクラスです。...