set_path(v)
Private setter for the path of the URI::FTP
# File lib/uri/ftp.rb, line 246 def set_path(v) super("/" + v.sub(/^\//, "%2F")) end