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

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
    
 
    
    
    