Parent

Gem::Commands::TumbleCommand

Public Class Methods

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

Public Instance Methods

description() click to toggle source
   # File lib/rubygems/commands/tumble_command.rb, line 2
2:   def description
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:   def execute
11:     say "This command is deprecated, Gemcutter.org is the primary source for gems."
12:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.