mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* file.c: [DOC] document File.join returns a string.
Contributed by @dapplebeforedawn. [fix GH-646] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6fda131617
commit
b5a000bf4c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Jun 30 11:36:04 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* 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@ruby-lang.org>
|
||||
|
||||
* ext/pathname/pathname.c (path_birthtime): Windows support.
|
||||
|
|
2
file.c
2
file.c
|
@ -4291,7 +4291,7 @@ rb_file_join(VALUE ary, VALUE sep)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* File.join(string, ...) -> path
|
||||
* File.join(string, ...) -> string
|
||||
*
|
||||
* Returns a new string formed by joining the strings using
|
||||
* <code>File::SEPARATOR</code>.
|
||||
|
|
Loading…
Reference in a new issue