# File lib/rubygems/commands/tumble_command.rb, line 6
6: definitialize
7: super'tumble', description
8: end
Public Instance Methods
description()click to toggle source
# File lib/rubygems/commands/tumble_command.rb, line 2
2: defdescription
3: "Deprecated method of upgrading to Gemcutter.org for gem downloads"
4: end
execute()click to toggle source
# File lib/rubygems/commands/tumble_command.rb, line 10
10: defexecute
11: say"This command is deprecated, Gemcutter.org is the primary source for gems."
12: end