diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-13 06:10:56 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-13 06:10:56 +0000 |
| commit | 2e4adbea371e0b40396cd4d8de343307c041240b (patch) | |
| tree | 89a468966aec96dc67a3175481a5a49527d5d2eb /ChangeLog | |
| parent | ebb3136d1a62f2a6e8bb3c451c1edfee4608c687 (diff) | |
| download | ruby-2e4adbea371e0b40396cd4d8de343307c041240b.tar.gz ruby-2e4adbea371e0b40396cd4d8de343307c041240b.tar.xz ruby-2e4adbea371e0b40396cd4d8de343307c041240b.zip | |
* enumerator.c: Update rdoc.
(enumerator_initialize): Discourage the use.
(enum_each_slice, enum_each_cons, enumerator_each)
(enumerator_with_index): Add a note about a call without a block.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue May 13 15:09:38 2008 Akinori MUSHA <knu@iDaemons.org> + + * enumerator.c: Update rdoc. + (enumerator_initialize): Discourage the use. + (enum_each_slice, enum_each_cons, enumerator_each) + (enumerator_with_index): Add a note about a call without a block. + Tue May 13 08:25:31 2008 Tanaka Akira <akr@fsij.org> * io.c (rb_f_gets.): re-enable rdoc. |
