summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e92ec21c8d..59f8908d72 100644
--- a/NEWS
+++ b/NEWS
@@ -68,8 +68,10 @@ with all sufficient information, see the ChangeLog file.
New methods.
+ * Enumerable#find
* Enumerable#find_all
* Enumerable#partition
+ * Enumerable#reject
* Enumerable#select
* Enumerable#sort_by
@@ -105,6 +107,16 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
+ * IO#each
+ * IO#each_line
+ * IO#each_byte
+ * IO.foreach
+ * ARGF.each
+ * ARGF.each_line
+ * ARGF.each_byte
+
+ Return an enumerator if no block is given.
+
* Numeric#step
Return an enumerator if no block is given.
@@ -137,6 +149,7 @@ with all sufficient information, see the ChangeLog file.
* String#each_byte
* String#each
* String#each_lines
+ * String#gsub(pattern)
Return an enumerator if no block is given.