# File lib/cucumber/ast/table.rb, line 158 def raw cell_matrix.map do |row| row.map do |cell| cell.value end end end