るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. net/pop n_mails
  3. net/pop n_bytes
  4. pop3 n_bytes
  5. pop3 n_mails

検索結果

Gem::Specification#dependencies -> Array (27202.0)

依存している Gem のリストを返します。

...依存している Gem のリストを返します。

@see Gem::Dependency...

Gem::Specification#development_dependencies -> Array (15202.0)

この Gem が依存している Gem のリストを返します。

この Gem が依存している Gem のリストを返します。

Gem::Specification#runtime_dependencies -> Array (15202.0)

この Gem パッケージが依存している Gem パッケージのリストを返します。

この Gem パッケージが依存している Gem パッケージのリストを返します。

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

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

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

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