# File lib/addressable/uri.rb, line 2320
    def hash
      return (self.normalize.to_s.hash * -1)
    end