method

merge

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

No documentation available.

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

      return tmp
    end