Flowdock
method

description

Importance_0
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/pristine_command.rb, line 59
  def description # :nodoc:
    The pristine command compares an installed gem with the contents of itscached .gem file and restores any files that don't match the cached .gem'scopy.If you have made modifications to an installed gem, the pristine commandwill revert them.  All extensions are rebuilt and all bin stubs for the gemare regenerated after checking for modifications.If the cached gem cannot be found it will be downloaded.If --no-extensions is provided pristine will not attempt to restore a gemwith an extension.If --extensions is given (but not --all or gem names) only gems withextensions will be restored.
  end
Register or log in to add new notes.