ruby-changes:27964
From: hsbt <ko1@a...>
Date: Sun, 31 Mar 2013 11:21:37 +0900 (JST)
Subject: [ruby-changes:27964] hsbt:r40016 (trunk): documentation by @phiggins [GH fixes #263]
hsbt 2013-03-31 11:21:07 +0900 (Sun, 31 Mar 2013) New Revision: 40016 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40016 Log: documentation by @phiggins [GH fixes #263] * file.c: Alias File #path and #to_path. Modified files: trunk/file.c Index: file.c =================================================================== --- file.c (revision 40015) +++ file.c (revision 40016) @@ -264,6 +264,7 @@ apply2files(void (*func)(const char *, V https://github.com/ruby/ruby/blob/trunk/file.c#L264 /* * 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/