Actions
Bug #6947
closedDocumentation for Pathname
Description
I've added a documentation patch for Pathname.
Files
Actions
Like0
Like0Like0Like0Like0Like0Like0Like0
Added by zzak (zzak _) over 12 years ago. Updated over 12 years ago.
Description
I've added a documentation patch for Pathname.
Files
0001-Documentation-for-Pathname.patch (30.4 KB) 0001-Documentation-for-Pathname.patch | zzak (zzak _), 08/29/2012 07:32 AM | ||
0002-Documentation-for-Pathname.patch (30.9 KB) 0002-Documentation-for-Pathname.patch | zzak (zzak _), 08/31/2012 05:48 AM |
I think there is too much "actually", just "It doesn't access the filesystem" is sufficient.
For freeze, taint and untaint I think "Freezes this Pathname", "Taints this Pathname", "Untaints this Pathname" is a better description.
I think all the "This method has been available since" can be removed since they all predate 1.8.7.
I think the first sentence of the Pathname class comment could be improved. How about "A Pathname represents the name of a file on the filesystem, but not the file itself."
Hi Eric!
Thanks for feedback, much appreciated.
I'll upload a patch with your changes, probably this evening.
One thing I might change is the Pathname intro, since a Pathname can represent a file or a directory:
"Pathname represents the name of a file or directory on the filesystem, but not the file itself."
Not sure if you meant "A Pathname represents ..", I kinda like just "Pathname represents .." better.
"Pathname represents ..." is good
Hi Eric!
Here's the patch we discussed, see 0002-*-Pathname.patch
Thanks
This looks good, please commit it.
This issue was solved with changeset r36950.
Zachary, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.