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

ruby-changes:26962

From: zzak <ko1@a...>
Date: Sat, 2 Feb 2013 12:33:35 +0900 (JST)
Subject: [ruby-changes:26962] zzak:r39014 (trunk): * lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]

zzak	2013-02-02 12:31:56 +0900 (Sat, 02 Feb 2013)

  New Revision: 39014

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

  Log:
    * lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]

  Modified files:
    trunk/ChangeLog
    trunk/lib/uri/ftp.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39013)
+++ ChangeLog	(revision 39014)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Feb  2 12:30:00 2013  Zachary Scott  <zachary@z...>
+
+	* lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]
+
 Sat Feb  2 12:15:36 2013  Yusuke Endoh  <mame@t...>
 
 	* lib/uri/ftp.rb (URI::FTP.new2): remove the rdoc because it is not
Index: lib/uri/ftp.rb
===================================================================
--- lib/uri/ftp.rb	(revision 39013)
+++ lib/uri/ftp.rb	(revision 39014)
@@ -46,7 +46,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/ftp.rb#L46
     TYPECODE_PREFIX = ';type='.freeze
 
     def self.new2(user, password, host, port, path,
-                  typecode = nil, arg_check = true)
+                  typecode = nil, arg_check = true) # :nodoc:
       # Do not use this method!  Not tested.  [Bug #7301]
       # This methods remains just for compatibility,
       # Keep it undocumented until the active maintainer is assigned.

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

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