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.