There's no documentation for this item.
# File webrick/httputils.rb, line 361 def _unescape(str, regex) str.gsub(regex){ $1.hex.chr } end
<code/>
<pre/>
<code/>and<pre/>for code samples.