зеркало из https://github.com/github/ruby.git
[ruby/open-uri] [DOC] Fix markup for `URI.open`
* Add missing slash. https://github.com/ruby/open-uri/commit/40023e63da
This commit is contained in:
Родитель
66a9e452bb
Коммит
6fc16e748e
|
@ -9,7 +9,7 @@ module URI
|
|||
# If the first argument responds to the 'open' method, 'open' is called on
|
||||
# it with the rest of the arguments.
|
||||
#
|
||||
# If the first argument is a string that begins with <code>(protocol)://<code>, it is parsed by
|
||||
# If the first argument is a string that begins with <code>(protocol)://</code>, it is parsed by
|
||||
# URI.parse. If the parsed object responds to the 'open' method,
|
||||
# 'open' is called on it with the rest of the arguments.
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче