module Gem::Net::HTTP::ProxyDelta

def edit_path(path)

def edit_path(path)
  use_ssl? ? path : "http://#{addr_port()}#{path}"
end