From cdd72bedf42048e35540b72a742d470b76770279 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Sat, 24 Jan 2009 15:01:50 +0000 Subject: merge revision(s) 19339: * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?". (Vector#eqn?): removed. Defined by mistake. Fixes [ruby-dev:36294]. Reported by weda and an anonymous user. * test/matrix/test_matrix.rb: added. * test/matrix/test_vector.rb: added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/matrix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/matrix.rb b/lib/matrix.rb index c62acdf9aa..c4fa8cefda 100644 --- a/lib/matrix.rb +++ b/lib/matrix.rb @@ -1081,7 +1081,7 @@ class Vector other.compare_by(@elements) end - alias eqn? == + alias eql? == # # For internal use. -- cgit v1.2.3