# File lib/addressable/uri.rb, line 2020 def ==(uri) return false unless uri.kind_of?(URI) return self.normalize.to_s == uri.normalize.to_s end