class Gem::Commands::TumbleCommand

def description

def description
  "Deprecated method of upgrading to Gemcutter.org for gem downloads"
end

def execute

def execute
  say "This command is deprecated, Gemcutter.org is the primary source for gems."
end

def initialize

def initialize
  super 'tumble', description
end