# File lib/rack/auth/digest/params.rb, line 47 47: def quote(str) # From WEBrick::HTTPUtils 48: '"' << str.gsub(/[\\\"]/o, "\\\1") << '"' 49: end