class Gem::Commands::UpdateCommand

def description # :nodoc:

:nodoc:
def description # :nodoc:
  <<-EOF
e update command will update your gems to the latest version.
e update command does not remove the previous version. Use the cleanup
mmand to remove old versions.
  EOF
end