るりまサーチ (Ruby 2.4.0)

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

別のキーワード

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

検索結果

rubygems/command_manager (22.0)

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

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::Co...