# File lib/httpauth/digest.rb, line 513 def validate(options) ho = @h.merge(options) return @h[:rspauth] == Utils.calculate_digest(ho, @s, :response) end