Method: Gem::Commands::MirrorCommand#description
- Defined in:
- lib/rubygems/commands/mirror_command.rb
#description ⇒ Object
:nodoc:
16 17 18 19 20 |
# File 'lib/rubygems/commands/mirror_command.rb', line 16 def description # :nodoc: <<-EOF The mirror command has been moved to the rubygems-mirror gem. EOF end |