るりまサーチ

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

別のキーワード

  1. _builtin to_a
  2. matrix to_a
  3. to_a
  4. dbm to_a
  5. argf.class to_a

ライブラリ

クラス

検索結果

IRB::ExtendCommand::Help#execute(*names) -> nil (44313.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
......