method
quote
quote(str)
private
Hide source
# File lib/webrick/httputils.rb, line 197 def quote(str) '"' << str.gsub(/[\\\"]/, "\\\11"") << '"' end