Class
Gem::Commands::DependencyCommand
In:
lib/rubygems/commands/dependency_command.rb
Parent:
Gem::Command
Methods
execute
find_reverse_dependencies
new
print_dependencies
Included Modules
Gem::LocalRemoteOptions
Gem::VersionOption
Public Class methods
new
()
Public Instance methods
execute
()
find_reverse_dependencies
(spec)
Returns an Array of [specification, dep] that are satisfied by
spec
.
print_dependencies
(spec, level = 0)
[Validate]