1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove missleading comment, no reason to move Gem.host to Gem::Util

https://github.com/rubygems/rubygems/commit/e12c98aa72
This commit is contained in:
bronzdoc 2019-06-25 16:42:47 -06:00 committed by Hiroshi SHIBATA
parent ff214e9232
commit 56801d4532
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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