summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-21 02:15:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-21 02:15:48 +0000
commit8a4c9b0b77c1796deefeb41bbd5a79ef8c3bd63d (patch)
tree581a4d70c5ec82904c0252a8258e4e00ec765876 /NEWS
parent2cb9f63bab44a99a8fe58c9005cd65af9c91ce1d (diff)
* array.c (rb_ary_rotate): new methods, Array#rotate! and
Array#rotate. [ruby-dev:17194] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6dbf5dfba0..86e791a966 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ with all sufficient information, see the ChangeLog file.
* Array
* new method:
* Array#sort_by!
+ * Array#rotate!
+ * Array#rotate
* Dir
* new method: