class Gem::Commands::TumbleCommand

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rubygems/commands/tumble_command.rb, line 6
def initialize
  super 'tumble', description
end

Public Instance Methods

description() click to toggle source
# File lib/rubygems/commands/tumble_command.rb, line 2
def description
  "Deprecated method of upgrading to Gemcutter.org for gem downloads"
end
execute() click to toggle 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