Flowdock
method

description

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: DependencyCommand
description() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.