summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index bd3e1f6e61..763df539d5 100644
--- a/NEWS
+++ b/NEWS
@@ -41,23 +41,23 @@ with all sufficient information, see the ChangeLog file.
Take an optional argument specifying the number of elements to
remove.
- * Integer#ord implemented.
- * Integer#odd? implemented.
- * Integer#even? implemented.
- * Integer#pred implemented.
+ * Enumerable::Enumerator
+
+ New class for various enumeration defined by the enumerator library.
- * Object#to_enum
- * Object#enum_for
* Enumerable#each_slice
* Enumerable#enum_slice
* Enumerable#each_cons
* Enumerable#enum_cons
+ * Object#to_enum
+ * Object#enum_for
New methods for various enumeration defined by the enumerator library.
- * Enumerable::Enumerator
-
- New class for various enumeration defined by the enumerator library.
+ * Integer#ord implemented.
+ * Integer#odd? implemented.
+ * Integer#even? implemented.
+ * Integer#pred implemented.
* Regexp.union accepts an array of patterns.