= private = protected
==(oth)
Compares to URI’s
# File lib/uri/generic.rb, line 1497 def ==(oth) if self.class == oth.class self.normalize.component_ary == oth.normalize.component_ary else false end end