class Gem::Commands::SpecificationCommand
def description # :nodoc:
def description # :nodoc: <<-EOF e specification command allows you to extract the specification from gem for examination. e specification can be output in YAML, ruby or Marshal formats. ecific fields in the specification can be extracted in YAML format: $ gem spec rake summary --- Ruby based make-like utility. ... EOF end