class Gem::Commands::TumbleCommand
Public Class Methods
Source
# File lib/rubygems/commands/tumble_command.rb, line 6 def initialize super 'tumble', description end
Calls superclass method
Public Instance Methods
Source
# File lib/rubygems/commands/tumble_command.rb, line 2 def description "Deprecated method of upgrading to Gemcutter.org for gem downloads" end
Source
# File lib/rubygems/commands/tumble_command.rb, line 10 def execute say "This command is deprecated, Gemcutter.org is the primary source for gems." end