# File lib/httpauth/digest.rb, line 531
        def unquote_string(str)
          str =~ /^\"([^\"]*)\"$/ ? $1 : str
        end