class Bundler::URI::FTP

def set_path(v)

Private setter for the path of the Bundler::URI::FTP.
def set_path(v)
  super("/" + v.sub(/^\//, "%2F"))
end