From: "marcandre (Marc-Andre Lafortune)" Date: 2012-10-29T02:28:45+09:00 Subject: [ruby-dev:46308] [ruby-trunk - Bug #7228] Matrix#determinant_e returns rank Issue #7228 has been updated by marcandre (Marc-Andre Lafortune). Category set to lib Assignee set to marcandre (Marc-Andre Lafortune) ---------------------------------------- Bug #7228: Matrix#determinant_e returns rank https://bugs.ruby-lang.org/issues/7228#change-31895 Author: pypypy567 (py _) Status: Open Priority: Normal Assignee: marcandre (Marc-Andre Lafortune) Category: lib Target version: ruby -v: ruby 1.9.3p286 (2012-10-12 revision 37165) [i386-mswin32_100] http://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/37328/entry/lib/matrix.rb#L1090 > def determinant_e > warn "#{caller(1)[0]}: warning: Matrix#determinant_e is deprecated; use #determinant" > rank > end rank_e からコピーして直し忘れたように見えます。 -- http://bugs.ruby-lang.org/