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

instance method Gem::Commands::DependencyCommand#find_reverse_dependencies

find_reverse_dependencies(spec) -> Array

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

[PARAM] spec:
Gem::Specification のインスタンスを指定します。
class Gem::Commands::DependencyCommand