るりまサーチ

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

別のキーワード

  1. installer spec
  2. installer write_spec
  3. specfetcher fetch_spec
  4. format spec
  5. sourceindex add_spec

ライブラリ

クラス

検索結果

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

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

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

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

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

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