method
description
v2_4_6 -
Show latest stable
- Class:
Gem::Commands::DependencyCommand
description()public
No documentation available.
# File lib/rubygems/commands/dependency_command.rb, line 42
def description # :nodoc:
The dependency commands lists which other gems a given gem depends on. Forlocal gems only the reverse dependencies can be shown (which gems depend onthe named gem).The dependency list can be displayed in a format suitable for piping foruse with other commands.
end