method

description

description()
public

No documentation available.

# File lib/rubygems/commands/specification_command.rb, line 54
  def description # :nodoc:
    The specification command allows you to extract the specification froma gem for examination.The specification can be output in YAML, ruby or Marshal formats.Specific fields in the specification can be extracted in YAML format:  $ gem spec rake summary  --- Ruby based make-like utility.  ...
  end