Class: Gem::Commands::TumbleCommand
- Inherits:
-
AbstractCommand
- Object
- AbstractCommand
- Gem::Commands::TumbleCommand
- Defined in:
- lib/commands/tumble.rb
Instance Method Summary collapse
- #description ⇒ Object
- #execute ⇒ Object
-
#initialize ⇒ TumbleCommand
constructor
A new instance of TumbleCommand.
Constructor Details
#initialize ⇒ TumbleCommand
Returns a new instance of TumbleCommand.
6 7 8 |
# File 'lib/commands/tumble.rb', line 6 def initialize super 'tumble', description end |
Instance Method Details
#description ⇒ Object
2 3 4 |
# File 'lib/commands/tumble.rb', line 2 def description "Deprecated method of upgrading to Gemcutter.org for gem downloads" end |
#execute ⇒ Object
10 11 12 |
# File 'lib/commands/tumble.rb', line 10 def execute say "This command is deprecated, Gemcutter.org is the primary source for gems." end |