mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/uri/common.rb: [DOC] add rdoc to describe
URI.unescape is obsolete [ci-skip] [fix GH-1630] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c854fde373
commit
10ee38b6bc
1 changed files with 6 additions and 0 deletions
|
@ -114,6 +114,12 @@ module URI
|
|||
# +str+::
|
||||
# Unescapes the string.
|
||||
#
|
||||
# == Description
|
||||
#
|
||||
# This method is obsolete and should not be used. Instead, use
|
||||
# CGI.unescape, URI.decode_www_form or URI.decode_www_form_component
|
||||
# depending on your specific use case.
|
||||
#
|
||||
# == Usage
|
||||
#
|
||||
# require 'uri'
|
||||
|
|
Loading…
Reference in a new issue