mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ae80b4fac2
commit
d7cffe9768
3 changed files with 10 additions and 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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue