るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.055秒)
トップページ > クエリ:gem[x] > クエリ:Specification[x] > クエリ:ensure_dependency[x]

別のキーワード

  1. specification add_dependency
  2. specification runtime_dependencies
  3. rubygems/specification add_dependency
  4. specification add_runtime_dependency
  5. specification dependencies

ライブラリ

クラス

検索結果

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

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

...ようとしている Gem が依存関係を満たしている事を確認します。

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

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

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

@raise Gem::InstallError 依存関係を満たしていない場合に発生します。...