Project

General

Profile

Bug #13147 ยป 0001-Update-documentation-for-URI-escape.patch

sghill (Steve Hill), 01/22/2017 05:34 PM

View differences:

lib/uri/common.rb
# Escapes the string, replacing all unsafe characters with codes.
#
# This method is obsolete and should not be used. Instead, use
# CGI.escape, URI.www_form_encode or URI.www_form_encode_component
# CGI.escape, URI.encode_www_form or URI.encode_www_form_component
# depending on your specific use case.
#
# == Usage
    (1-1/1)