mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
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:
parent
d3bec17ee7
commit
a8e3b7deef
5 changed files with 102 additions and 5 deletions
|
@ -1087,7 +1087,7 @@ class Vector
|
|||
|
||||
other.compare_by(@elements)
|
||||
end
|
||||
alias eqn? ==
|
||||
alias eql? ==
|
||||
|
||||
#
|
||||
# For internal use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue