summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 09:11:47 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 09:11:47 +0000
commit9c15f6f822f5d86f2d2cdb8a7d73912b44be7c93 (patch)
tree0a062efd10177d6d44c75e1751346c2666c3ccce /NEWS
parent21f56f6de99fbd741c64b0fca46a8124194f2541 (diff)
* NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a21d5a2fec..805a928e74 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ with all sufficient information, see the ChangeLog file.
* Array#rotate!
* Array#rotate
+ * extended methods:
+ * Array#{uniq,uniq!} can take a block.
+
* Dir
* new method:
* Dir.home