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