summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 01:09:46 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 01:09:46 +0000
commit22ffae4009c90eabf5a4e1f73caeaf3256f4e16c (patch)
tree499a0ba50fb81eaf95c8e7f234212cc785b5de54 /NEWS
parentdfc6bf9da8a16b639a472f29ee72816d18263d6c (diff)
* lib/matrix.rb: Specialize Matrix#find_index to return [row, col]
and accept the same optional argument as #each git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32278 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 c4c9c845b5..4423c5310a 100644
--- a/NEWS
+++ b/NEWS
@@ -159,6 +159,8 @@ with all sufficient information, see the ChangeLog file.
* matrix
* extended methods:
* Matrix#each and #each_with_index can iterate on a subset of the elements
+ * Matrix#find_index returns [row, column] and can iterate on a subset
+ of the elements
* net/http
* SNI (Server Name Indication) supported for HTTPS.