ruby-changes:34539
From: hsbt <ko1@a...>
Date: Mon, 30 Jun 2014 11:37:45 +0900 (JST)
Subject: [ruby-changes:34539] hsbt:r46620 (trunk): * file.c: [DOC] document File.join returns a string.
hsbt 2014-06-30 11:37:31 +0900 (Mon, 30 Jun 2014) New Revision: 46620 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46620 Log: * file.c: [DOC] document File.join returns a string. Contributed by @dapplebeforedawn. [fix GH-646] Modified files: trunk/ChangeLog trunk/file.c Index: ChangeLog =================================================================== --- ChangeLog (revision 46619) +++ ChangeLog (revision 46620) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Jun 30 11:36:04 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * file.c: [DOC] document File.join returns a string. + Contributed by @dapplebeforedawn. [fix GH-646] + Sat Jun 28 22:57:01 2014 NAKAMURA Usaku <usa@r...> * ext/pathname/pathname.c (path_birthtime): Windows support. Index: file.c =================================================================== --- file.c (revision 46619) +++ file.c (revision 46620) @@ -4291,7 +4291,7 @@ rb_file_join(VALUE ary, VALUE sep) https://github.com/ruby/ruby/blob/trunk/file.c#L4291 /* * call-seq: - * File.join(string, ...) -> path + * File.join(string, ...) -> string * * Returns a new string formed by joining the strings using * <code>File::SEPARATOR</code>. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/