From 3d2e699f0e3eda95f121aeeaa09ab4d3d6ae9eb7 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 2 Jul 2005 16:17:17 +0000 Subject: [PATCH] doc fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pathname.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pathname.rb b/lib/pathname.rb index 99261ca9d9..9a08fa39c2 100644 --- a/lib/pathname.rb +++ b/lib/pathname.rb @@ -415,7 +415,7 @@ class Pathname # # Iterates over each component of the path. # - # Pathname.new("/usr/bin/ruby").each_filename + # Pathname.new("/usr/bin/ruby").each_filename {|filename| ... } # # yields "usr", "bin", and "ruby". # def each_filename # :yield: s