diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-29 23:08:32 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-29 23:08:32 +0000 |
commit | 1989f1d0211816d353ec901b28c1b152e4c4e497 (patch) | |
tree | 6f657b8bd27142291fb8b785f8087a562bde91c0 | |
parent | 874c3064a431f3e37568ba84f7ed73f30739cfd3 (diff) |
This item is about the function loop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,7 +33,9 @@ with all sufficient information, see the ChangeLog file. * global functions - * Return an enumerator if no block is given. + * loop + + Return an enumerator if no block is given. * builtin classes |