mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision(s) 57411: [Backport #13147]
Fix typo of URI#escape [Bug #13147] patched by Steve Hill <sghill.dev@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9d4ff5aefc
commit
21b241ab14
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ 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
|
||||
# CGI.escape, URI.encode_www_form or URI.encode_www_form_component
|
||||
# depending on your specific use case.
|
||||
#
|
||||
# == Usage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.4.0"
|
||||
#define RUBY_RELEASE_DATE "2017-03-12"
|
||||
#define RUBY_PATCHLEVEL 35
|
||||
#define RUBY_PATCHLEVEL 36
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2017
|
||||
#define RUBY_RELEASE_MONTH 3
|
||||
|
|
Loading…
Add table
Reference in a new issue