* 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:
parent
a6ed6e2b42
commit
13e474f035
@ -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>
|
Thu Oct 20 16:57:23 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* ext/digest/digest.c: Add documentation for Digest.
|
* ext/digest/digest.c: Add documentation for Digest.
|
||||||
|
@ -81,6 +81,10 @@ module URI
|
|||||||
#
|
#
|
||||||
# Escapes the string, replacing all unsafe characters with codes.
|
# 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
|
# == Usage
|
||||||
#
|
#
|
||||||
# require 'uri'
|
# require 'uri'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user