るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

検索結果

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

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

...ます。

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