るりまサーチ

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

別のキーワード

  1. dependency name
  2. dependency type
  3. dependency types
  4. dependency name=
  5. dependency <=>

ライブラリ

クラス

検索結果

Gem::DependencyList#dependency_order -> [Gem::Specification] (21201.0)

依存する Gem の数が少ない順にソートされた Gem::Specification のリストを返します。

...ation のリストを返します。

このことは、インストール済みの Gem を削除するときに便利です。
このメソッドで返された順にインストール済みの Gem 削除すると、
依存関係による多くの問題を回避することができます。

If th...
...ere are circular dependencies (yuck!), then gems will be
returned in order until only the circular dependents and anything
t
hey reference are left. Then arbitrary gemspecs will be returned
until the circular dependency is broken, after which gems will be
returned in dependency order again....