るりまサーチ

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

別のキーワード

  1. specification add_dependency
  2. dependencylist dependency_order
  3. specification add_runtime_dependency
  4. rubygems/dependency_list dependency_order
  5. specification add_development_dependency

ライブラリ

クラス

検索結果

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

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

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

このことは、インストール済みの Gem を削除するときに便利です。
このメソッドで返された順にインストール済みの Gem 削除すると、
依存...