るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. specification dependencies
  2. uninstaller dependencies_ok?
  3. specification runtime_dependencies
  4. rubygems/specification dependencies
  5. dependencycommand print_dependencies

検索結果

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

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

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

@see Gem::Dependency

Gem::Commands::DependencyCommand#print_dependencies(spec, level = 0) -> String (18343.0)

依存関係を表す文字列を返します。

依存関係を表す文字列を返します。

@param spec Gem::Specification のインスタンスを指定します。

@param level 依存関係の深さを指定します。

Gem::Commands::DependencyCommand#find_reverse_dependencies(spec) -> Array (18325.0)

与えられた Gem スペックに依存する Gem のリストを返します。

与えられた Gem スペックに依存する Gem のリストを返します。

@param spec Gem::Specification のインスタンスを指定します。

Gem::Uninstaller#dependencies_ok?(spec) -> bool (18325.0)

アンインストール指定された Gem を削除しても依存関係を満たすことができるか どうかチェックします。

アンインストール指定された Gem を削除しても依存関係を満たすことができるか
どうかチェックします。

@param spec アンインストール指定されている Gem の Gem::Specification を指定します。