るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.136秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:-[x] > クエリ:method[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 (108.0)

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

...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 ni...
...l
str.match(pattern, pos) -> matchdata or nil
......