From: "drbrain (Eric Hodel)" Date: 2012-08-29T12:06:31+09:00 Subject: [ruby-core:47359] [ruby-trunk - Bug #6947] Documentation for Pathname Issue #6947 has been updated by drbrain (Eric Hodel). 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." ---------------------------------------- Bug #6947: Documentation for Pathname https://bugs.ruby-lang.org/issues/6947#change-29092 Author: zzak (Zachary Scott) Status: Open Priority: Normal Assignee: drbrain (Eric Hodel) Category: DOC Target version: 2.0.0 ruby -v: 2.0.0 I've added a documentation patch for Pathname. -- http://bugs.ruby-lang.org/