diff options
-rw-r--r-- | lib/rubygems/commands/mirror_command.rb | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10,12 +10,6 @@ class Gem::Commands::MirrorCommand < Gem::Command end end - def description # :nodoc: - <<-EOF -The mirror command has been moved to the rubygems-mirror gem. - EOF - end - def execute alert_error "Install the rubygems-mirror gem for the mirror command" end |