* lib/uri/common.rb: added documentation for deprecated method.

[Misc #11960][ruby-core:72733][ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2016-10-20 08:03:01 +00:00
parent a6ed6e2b42
commit 13e474f035
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Oct 20 17:02:56 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/uri/common.rb: added documentation for deprecated method.
[Misc #11960][ruby-core:72733][ci skip]
Thu Oct 20 16:57:23 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* ext/digest/digest.c: Add documentation for Digest.

View File

@ -81,6 +81,10 @@ module URI
#
# 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
# depending on your specific use case.
#
# == Usage
#
# require 'uri'