mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
1dd547fe5a
commit
baddc0cbf9
2 changed files with 7 additions and 2 deletions
|
@ -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'})
|
||||
|
|
Loading…
Reference in a new issue