summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-31 14:48:48 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-31 14:48:48 +0000
commit7e0cdd6a22f2f1347ddbb6ab43e7914e7d913943 (patch)
treefe77218052b668cfc19f53b684a8eb578f621278 /lib
parentb042f3f9e5a23aad2d13dd28bcaed9dbf00af6de (diff)
downloadruby-7e0cdd6a22f2f1347ddbb6ab43e7914e7d913943.tar.gz
ruby-7e0cdd6a22f2f1347ddbb6ab43e7914e7d913943.tar.xz
ruby-7e0cdd6a22f2f1347ddbb6ab43e7914e7d913943.zip
update rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/pathname.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pathname.rb b/lib/pathname.rb
index 9d874a0f5..0171b5e9f 100644
--- a/lib/pathname.rb
+++ b/lib/pathname.rb
@@ -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