るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.132秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:y[x] > クエリ:d[x] > クエリ:dependency_order[x]

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. bigdecimal to_d
  4. openssl d
  5. integer to_d

ライブラリ

クラス

検索結果

Gem::DependencyList#dependency_order -> [Gem::Specification] (48502.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 again....