diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-08 15:30:28 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-08 15:30:28 +0000 |
commit | 0b2c4f43d27510cd0f51a260b5b21fc7e39a5e85 (patch) | |
tree | 4d5da18026a538d15b7d3a23f6cc64f8bdd815ca /NEWS | |
parent | e1606102001b088e345c87f57dfa56d1c82a9118 (diff) | |
download | ruby-0b2c4f43d27510cd0f51a260b5b21fc7e39a5e85.tar.gz |
* enumerator.c: add Enumerable#lazy. based on the patch by
Innokenty Mikhailov at <https://github.com/ruby/ruby/pull/101>
[ruby-core:37164] [Feature #4890]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ with all sufficient information, see the ChangeLog file. * builtin classes + * Enumerable + * added method: + * added Enumerable#lazy method for lazy enumeration. + * Kernel * added method: * added Kernel#Hash conversion method like Array() or Float(). |