method
description
v2_5_5 -
Show latest stable
- Class:
Gem::Commands::SetupCommand
description()public
No documentation available.
# File lib/rubygems/commands/setup_command.rb, line 104
def description # :nodoc:
Installs RubyGems itself.RubyGems installs RDoc for itself in GEM_HOME. By default this is: #{Gem.dir}If you prefer a different directory, set the GEM_HOME environment variable.RubyGems will install the gem command with a name matching ruby'sprefix and suffix. If ruby was installed as `ruby18`, gem will beinstalled as `gem18`.By default, this RubyGems will install gem as: #{Gem.default_exec_format % 'gem'}
end