ruby-changes:10380
From: akr <ko1@a...>
Date: Sat, 31 Jan 2009 23:48:53 +0900 (JST)
Subject: [ruby-changes:10380] Ruby:r21924 (trunk): update rdoc.
akr 2009-01-31 23:48:48 +0900 (Sat, 31 Jan 2009) New Revision: 21924 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21924 Log: update rdoc. Modified files: trunk/lib/pathname.rb Index: lib/pathname.rb =================================================================== --- lib/pathname.rb (revision 21923) +++ lib/pathname.rb (revision 21924) @@ -77,8 +77,8 @@ # === Core methods # # These methods are effectively manipulating a String, because that's -# all a path is. Except for #mountpoint?, #children, #realdirpath -# and #realpath, they don't access the filesystem. +# all a path is. Except for #mountpoint?, #children, #each_child, +# #realdirpath and #realpath, they don't access the filesystem. # # - + # - #join -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/