Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rubygems/commands/dependency_commandライブラリ > Gem::Commands::DependencyCommandクラス

class Gem::Commands::DependencyCommand

クラスの継承リスト: Gem::Commands::DependencyCommand < Gem::LocalRemoteOptions < Gem::VersionOption < Gem::Command < Gem::UserInteraction < Gem::DefaultUserInteraction < Object < Kernel < BasicObject

Abstract

インストールされている Gem パッケージの依存関係を表示するためのクラスです。

インスタンスメソッド

find_gems(name, source_index) -> Hash
[PARAM] name:
[PARAM] source_index:
find_reverse_dependencies(spec) -> Array
[PARAM] spec:
print_dependencies(spec, level = 0) -> String
[PARAM] spec:
[PARAM] level:

Methods

Classes