summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2019-06-25 16:42:47 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-31 07:47:01 +0800
commit56801d4532f55e09ec1947c336934917c04af7b3 (patch)
treefdb6bac8ac7263cfd893dc71b53e6a5ba2614d84 /lib/rubygems.rb
parentff214e92321b2dab169f23e7996500ec8505b59b (diff)
[rubygems/rubygems] Remove missleading comment, no reason to move Gem.host to Gem::Util
https://github.com/rubygems/rubygems/commit/e12c98aa72
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r--lib/rubygems.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 3508a1f3aa..a9e7dd9c4f 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -645,14 +645,12 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
# <tt>https://rubygems.org</tt>.
def self.host
- # TODO: move to utils
@host ||= Gem::DEFAULT_HOST
end
## Set the default RubyGems API host.
def self.host=(host)
- # TODO: move to utils
@host = host
end