summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-08 15:30:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-08 15:30:28 +0000
commit0b2c4f43d27510cd0f51a260b5b21fc7e39a5e85 (patch)
tree4d5da18026a538d15b7d3a23f6cc64f8bdd815ca /NEWS
parente1606102001b088e345c87f57dfa56d1c82a9118 (diff)
* 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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be17902b0d..6aed970bdc 100644
--- a/NEWS
+++ b/NEWS
@@ -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().