# File lib/innate/helper/cgi.rb, line 15
def
url_encode
(
input
)
Rack
::
Utils
.
escape
(
input
.
to_s
)
end