method

set_path

v1_9_3_125 - Show latest stable - Class: URI::FTP
set_path(v)
protected

No documentation available.

# File lib/uri/ftp.rb, line 241
    def set_path(v)
      super("/" + v.sub(/^\//, "%2F"))
    end