Flowdock
method

description

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: SetupCommand
description() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.