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 <weda AT
	  issp.u-tokyo.ac.jp> 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_7@21755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2009-01-24 15:02:50 +00:00
parent d3bec17ee7
commit a8e3b7deef
5 changed files with 102 additions and 5 deletions

View file

@ -1087,7 +1087,7 @@ class Vector
other.compare_by(@elements)
end
alias eqn? ==
alias eql? ==
#
# For internal use.