diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-01 05:45:06 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-01 05:45:06 +0000 |
| commit | a84245a5c7867b3666a34d2ac4a8c7e33c72d94e (patch) | |
| tree | 13c64f342f0079f52c4e21a7b720c0b01e4ea219 | |
| parent | 8e94cada4952b2ae277efe195e042fbb2cd4fbcf (diff) | |
| download | ruby-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
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | README.EXT | 2 | ||||
| -rw-r--r-- | README.EXT.ja | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +Mon Sep 1 14:40:18 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * README.EXT (Appendix A): fixed the name of class + Enumerator. Enumerable::Enumerator was renamed just + Enumerator at revision 18564. + + * README.EXT (Appendix A): ditto. + Mon Sep 1 14:37:58 2008 NAKAMURA Usaku <usa@ruby-lang.org> * tool/transcode-tblgen.rb: set ERB source filename for error message. 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 diff --git a/README.EXT.ja b/README.EXT.ja index e5f5543cc..9e31cd0ac 100644 --- a/README.EXT.ja +++ b/README.EXT.ja @@ -978,7 +978,7 @@ Rubyコマンドの実装 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 |
