* lib/matrix.rb (transpose, inspect): Bug fix

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2009-10-20 19:01:44 +00:00
Родитель 439a1e64d1
Коммит 86a81951b1
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -147,7 +147,7 @@ class Matrix
# 93 66
#
def Matrix.columns(columns)
Matrix.rows(columns.transpose, false)
Matrix.rows(columns, false).transpose
end
#
@ -931,7 +931,6 @@ class Matrix
"Matrix#{@rows.inspect}"
end
end
alias_method :inspect, :to_s
#
# Converts the obj to an Array. If copy is set to true