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