method
description
v2_4_6 -
Show latest stable
- Class:
Gem::Commands::PristineCommand
description()public
No documentation available.
# 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