Project

General

Profile

Bug #9996 ยป 0001-document-File.join-returns-a-string.patch

soodesune (Mark Lorenz), 06/30/2014 02:39 AM

View differences:

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>.
    (1-1/1)