るりまサーチ

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

別のキーワード

  1. matrix find_index
  2. _builtin find_index
  3. find find
  4. pathname find
  5. _builtin find

ライブラリ

クラス

検索結果

Gem::CommandManager#find_command(command_name) -> Gem::Command | nil (18119.0)

登録されているコマンドからマッチしたものを返します。

...されているコマンドからマッチしたものを返します。

@
param command_name コマンド名を文字列で指定します。

@
return Gem::Command のサブクラスのインスタンスを返します。

@
raise RuntimeError マッチする可能性のあるコマンドが複数...

Gem::CommandManager#find_command_possibilities(command_name) -> Array (6107.0)

登録されているコマンドでマッチする可能性のあるものを返します。

...登録されているコマンドでマッチする可能性のあるものを返します。

@
param command_name コマンド名を文字列で指定します。...