るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
201件ヒット [201-201件を表示] (0.046秒)

別のキーワード

  1. argf.class lines
  2. argf.class each
  3. argf.class each_line
  4. class new
  5. argf.class to_a

キーワード

検索結果

<< < 1 2 3 >>

rubygems/command_manager (37.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...
<< < 1 2 3 >>