documentation by @phiggins [GH fixes #263]

* file.c: Alias File #path and #to_path.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2013-03-31 02:21:07 +00:00
Родитель e8e7e1aae2
Коммит 18affefbe5
1 изменённых файлов: 1 добавлений и 0 удалений

1
file.c
Просмотреть файл

@ -264,6 +264,7 @@ apply2files(void (*func)(const char *, VALUE, void *), VALUE vargs, void *arg)
/*
* call-seq:
* file.path -> filename
* file.to_path -> filename
*
* Returns the pathname used to create <i>file</i> as a string. Does
* not normalize the name.