るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

キーワード

検索結果

rubygems/command_manager (44006.0)

gem コマンドによってサポートされているサブコマンドを管理するライブラリです。

...リです。

Extra commands can be provided by writing a rubygems_plugin.rb
file in an installed gem. You should register your command against the
Gem::CommandManager instance, like this:

# file rubygems_plugin.rb
require 'rubygems/command_manager'

class Gem::Commands::EditCommand < Gem::C...

Gem::CommandManager#command_names -> Array (8100.0)

登録されているコマンド名の配列を返します。

登録されているコマンド名の配列を返します。

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

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

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

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