るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. specification date
  2. specification name
  3. specification load
  4. specification list
  5. specification date=

ライブラリ

キーワード

検索結果

Gem::Installer#spec -> Gem::Specification (358.0)

インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。

インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。

Gem::Installer#install -> Gem::Specification (328.0)

Gem をインストールします。

...返します。

@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。

@raise Gem::InstallError 要求された RubyGems のバージョンを満たしていない場合に発生します。

@raise Gem::InstallError Zlib::GzipFile::Erro...

Gem::Installer#ensure_dependency(spec, dependency) -> true (25.0)

インストールしようとしている Gem が依存関係を満たしている事を確認します。

...を満たしていない場合は、例外 Gem::InstallError が発生します。

@param spec Gem::Specification のインスタンスを指定します。

@param dependency Gem::Dependency のインスタンスを指定します。

@raise Gem::InstallError 依存関係を満たしていない...