class HTTP::URI

def hash

Returns:
  • (Integer) - A hash of the URI
def hash
  @hash ||= to_s.hash * -1
end