るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.010秒)
トップページ > クエリ:instructions[x] > 種類:ライブラリ[x]

別のキーワード

  1. element instructions
  2. rexml/document instructions
  3. instructions rexml/document
  4. instructions rexml::element

検索結果

rubygems/command_manager (7.0)

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

...gainst the
Gem::CommandManager instance, like this:

# file rubygems_plugin.rb
require 'rubygems/command_manager'

class Gem::Commands::EditCommand < Gem::Command
# ...
end

Gem::CommandManager.instance.register_command :edit

See Gem::Command for instructions on writing gem commands....