Bug #9996 ยป 0001-document-File.join-returns-a-string.patch
| file.c | ||
|---|---|---|
|
/*
|
||
|
* call-seq:
|
||
|
* File.join(string, ...) -> path
|
||
|
* File.join(string, ...) -> string
|
||
|
*
|
||
|
* Returns a new string formed by joining the strings using
|
||
|
* <code>File::SEPARATOR</code>.
|
||