12件ヒット
[1-12件を表示]
(0.168秒)
別のキーワード
検索結果
-
rubygems
/ command _ manager (64006.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::Command...