= private = protected
==(oth)
Compares two URIs.
# File lib/uri/generic.rb, line 1373 def ==(oth) if self.class == oth.class self.normalize.component_ary == oth.normalize.component_ary else false end end