class Gem::Uri

def with_redacted_password

def with_redacted_password
  clone.tap {|uri| uri.password = "REDACTED" }
end