[前][次][番号順一覧][スレッド一覧]

ruby-changes:37647

From: marcandre <ko1@a...>
Date: Wed, 25 Feb 2015 03:09:28 +0900 (JST)
Subject: [ruby-changes:37647] marcandRe: r49728 (trunk): * lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]

marcandre	2015-02-25 03:09:10 +0900 (Wed, 25 Feb 2015)

  New Revision: 49728

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49728

  Log:
    * lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]

  Modified files:
    trunk/lib/uri/common.rb
Index: lib/uri/common.rb
===================================================================
--- lib/uri/common.rb	(revision 49727)
+++ lib/uri/common.rb	(revision 49728)
@@ -245,7 +245,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L245
   #   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>

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]