зеркало из https://github.com/github/ruby.git
* lib/uri/ftp.rb: fix a typo.
[fix GH-1084][ci skip] Patch by @windwiny git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1dd547fe5a
Коммит
baddc0cbf9
|
@ -1,3 +1,8 @@
|
|||
Sun Nov 8 10:37:58 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* lib/uri/ftp.rb: fix a typo.
|
||||
[fix GH-1084][ci skip] Patch by @windwiny
|
||||
|
||||
Sun Nov 8 08:10:31 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_trace.c (exec_hooks_precheck): check need_clean everytime
|
||||
|
|
|
@ -85,8 +85,8 @@ module URI
|
|||
# require 'uri'
|
||||
#
|
||||
# uri = URI::FTP.build(['user:password', 'ftp.example.com', nil,
|
||||
# '/path/file.> zip', 'i'])
|
||||
# puts uri.to_s -> ftp://user:password@ftp.example.com/%2Fpath/file.zip;type=a
|
||||
# '/path/file.zip', 'i'])
|
||||
# puts uri.to_s -> ftp://user:password@ftp.example.com/%2Fpath/file.zip;type=i
|
||||
#
|
||||
# uri2 = URI::FTP.build({:host => 'ftp.example.com',
|
||||
# :path => 'ruby/src'})
|
||||
|
|
Загрузка…
Ссылка в новой задаче