method
edit_path
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
edit_path(path)
private
Hide source
# File lib/net/http.rb, line 724 def edit_path(path) use_ssl? ? path : "http://#{addr_port()}#{path}" end