method
merge
merge(oth)
public
Hide source
# File lib/uri/ftp.rb, line 153 def merge(oth) # :nodoc: tmp = super(oth) if self != tmp tmp.set_typecode(oth.typecode) end return tmp end