summaryrefslogtreecommitdiff
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
commitcd350b676813f8313e9bc3c3289f1209b04e4299 (patch)
treefe77218052b668cfc19f53b684a8eb578f621278 /lib
parenta0b15459ef32d644a33565aed8bea06c19c4f0e9 (diff)
update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 9d874a0f5e..0171b5e9fe 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