From 23798cd67bb80a025241d8e08cbb281da08d80a9 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 28 Oct 2012 18:21:17 +0000 Subject: * lib/matrix.rb: Fix determinant_e [ruby-dev:46305] [Bug #7228] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/matrix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/matrix.rb') diff --git a/lib/matrix.rb b/lib/matrix.rb index 00fa762da6..3ffd0ddc78 100644 --- a/lib/matrix.rb +++ b/lib/matrix.rb @@ -1089,7 +1089,7 @@ class Matrix # def determinant_e warn "#{caller(1)[0]}: warning: Matrix#determinant_e is deprecated; use #determinant" - rank + determinant end alias det_e determinant_e -- cgit v1.2.3