From 22ffae4009c90eabf5a4e1f73caeaf3256f4e16c Mon Sep 17 00:00:00 2001 From: marcandre Date: Wed, 29 Jun 2011 01:09:46 +0000 Subject: * 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 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.3