There's no documentation for this item.
# File uri/ftp.rb, line 124 def merge(oth) # :nodoc: tmp = super(oth) if self != tmp tmp.set_typecode(oth.typecode) end return tmp end
<code/>
<pre/>
<code/>and<pre/>for code samples.