# File lib/innate/helper/cgi.rb, line 24
def
url_decode
(
input
)
Rack
::
Utils
.
unescape
(
input
.
to_s
)
end