るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.220秒)
トップページ > クエリ:-[x] > クエリ:E[x] > クラス:IRB::ExtendCommand::Help[x]

別のキーワード

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

ライブラリ

検索結果

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

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

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

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

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

names を指定しなかった場合は、RI を対話的なモードで起動します。メソ...
...):001:0> help

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

>> String#match
String#match

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