From 18affefbe5e7d0d940e7f924b375c4bde00ac380 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 31 Mar 2013 02:21:07 +0000 Subject: [PATCH] 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 --- file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/file.c b/file.c index 2c35e346bc..de377d08bb 100644 --- a/file.c +++ b/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 file as a string. Does * not normalize the name.