Flowdock
method

description

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: SpecificationCommand
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/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
Register or log in to add new notes.