# File lib/httpauth/digest.rb, line 526
def
quote_string
(
str
)
"\"#{str.gsub(/\"/, '')}\""
end