method
eql?
eql?(oth)
public
Hide source
# File lib/uri/generic.rb, line 1056 def eql?(oth) self.component_ary.eql?(oth.component_ary) end