るりまサーチ (Ruby 3.2)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.051秒)
トップページ > バージョン:3.2[x] > クエリ:Gem::Dependency[x] > クエリ:installation_satisfies_dependency?[x]

別のキーワード

  1. installer installation_satisfies_dependency?
  2. rubygems/installer installation_satisfies_dependency?
  3. rubygems/dependency_installer gather_dependencies
  4. rubygems/installer ensure_dependency
  5. installer ensure_dependency

ライブラリ

クラス

検索結果

Gem::Installer#installation_satisfies_dependency?(dependency) -> bool (54319.0)

登録されているソースインデックスが与えられた依存関係を 満たすことができる場合は、真を返します。そうでない場合は偽を返します。

登録されているソースインデックスが与えられた依存関係を
満たすことができる場合は、真を返します。そうでない場合は偽を返します。

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