Gem::Commands::TumbleCommand

Public Class Methods

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

Public Instance Methods

description() click to toggle source
# File lib/commands/tumble.rb, line 2
def description
  "Deprecated method of upgrading to Gemcutter.org for gem downloads"
end
execute() click to toggle source
# File lib/commands/tumble.rb, line 10
def execute
  say "This command is deprecated, Gemcutter.org is the primary source for gems."
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.