# File lib/httpauth/digest.rb, line 570
        def comma_quoted_string_to_list(string)
          unquote_string(string).split ','
        end