2889 2890 2891 2892
# File 'lib/m500.rb', line 2889 def Matrix.csv(a) t = "[[" << a.strip! << "]]" return Matrix.rows(t.gsub(/\s+/, '],[')) end