# File lib/rubygems/commands/migrate_command.rb, line 6definitializesuper'migrate', descriptionend
Public Instance Methods
description()click to toggle source
# File lib/rubygems/commands/migrate_command.rb, line 2defdescription'Deprecated method for migrating a gem you own from Rubyforge to Gemcutter.'end
execute()click to toggle source
# File lib/rubygems/commands/migrate_command.rb, line 10defexecutesay"This command is deprecated, RubyForge accounts/ownerships have been transferred to Gemcutter."say"Please see http://rubygems.org/pages/migrate for more information"end