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:
parent
e8e7e1aae2
commit
18affefbe5
1
file.c
1
file.c
@ -264,6 +264,7 @@ apply2files(void (*func)(const char *, VALUE, void *), VALUE vargs, void *arg)
|
|||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* file.path -> filename
|
* file.path -> filename
|
||||||
|
* file.to_path -> filename
|
||||||
*
|
*
|
||||||
* Returns the pathname used to create <i>file</i> as a string. Does
|
* Returns the pathname used to create <i>file</i> as a string. Does
|
||||||
* not normalize the name.
|
* not normalize the name.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user