class Gem::Uri

公共类方法

redact(uri) 点击以切换源代码
# File bundler/rubygems_ext.rb, line 464
def self.redact(uri)
  new(uri).redacted
end