summaryrefslogtreecommitdiffstats
path: root/README.EXT
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 05:45:06 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 05:45:06 +0000
commita84245a5c7867b3666a34d2ac4a8c7e33c72d94e (patch)
tree13c64f342f0079f52c4e21a7b720c0b01e4ea219 /README.EXT
parent8e94cada4952b2ae277efe195e042fbb2cd4fbcf (diff)
downloadruby-a84245a5c7867b3666a34d2ac4a8c7e33c72d94e.tar.gz
ruby-a84245a5c7867b3666a34d2ac4a8c7e33c72d94e.tar.xz
ruby-a84245a5c7867b3666a34d2ac4a8c7e33c72d94e.zip
* README.EXT (Appendix A): fixed the name of class
Enumerator. Enumerable::Enumerator was renamed just Enumerator at revision 18564. * README.EXT (Appendix A): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT b/README.EXT
index 880ad3d82..1f611dd4d 100644
--- a/README.EXT
+++ b/README.EXT
@@ -868,7 +868,7 @@ class library
cont.c : Fiber, Continuation
dir.c : Dir
enum.c : Enumerable
- enumerator.c : Enumerable::Enumerator
+ enumerator.c : Enumerator
file.c : File
hash.c : Hash
io.c : IO