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