Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > rubygems/source_indexライブラリ > Gem::SourceIndexクラス > add_spec

instance method Gem::SourceIndex#add_spec

add_spec(gem_spec) -> Gem::Specification

自身に引数で与えられた Gem::Specification のインスタンスを追加します。

[PARAM] gem_spec:
Gem::Specification のインスタンスを指定します。
class Gem::SourceIndex