# File lib/addressable/uri.rb, line 1846
    def hash
      return @hash ||= (self.to_s.hash * -1)
    end