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:
parent
ff214e9232
commit
56801d4532
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue