mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c09c1ccb91
commit
0c4631b880
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ module URI
|
|||
# require 'uri'
|
||||
#
|
||||
# p URI.join("http://example.com/","main.rbx")
|
||||
# # => #<URI::HTTP:0x2022ac02 URL:http://localhost/main.rbx>
|
||||
# # => #<URI::HTTP:0x2022ac02 URL:http://example.com/main.rbx>
|
||||
#
|
||||
# p URI.join('http://example.com', 'foo')
|
||||
# # => #<URI::HTTP:0x01ab80a0 URL:http://example.com/foo>
|
||||
|
|
Loading…
Add table
Reference in a new issue