method

merge

v2_2_9 - Show latest stable - Class: URI::FTP
merge(oth)
public

No documentation available.

# File lib/uri/ftp.rb, line 214
    def merge(oth) # :nodoc:
      tmp = super(oth)
      if self != tmp
        tmp.set_typecode(oth.typecode)
      end

      return tmp
    end