method
escape
escape(str)
public
Hide source
# File lib/webrick/httputils.rb, line 361 def escape(str) _escape(str, UNESCAPED) end