class Bundler::URI::FTP

def merge(oth) # :nodoc:

:nodoc:
def merge(oth) # :nodoc:
  tmp = super(oth)
  if self != tmp
    tmp.set_typecode(oth.typecode)
  end
  return tmp
end