9 10 11
# File 'lib/asciidoctor_vaped/parser/blocks/tables/table_row.rb', line 9 def self.build(cells) AST::Element.new(:table_row, children: cells.map { |cell| TableCell.build(cell) }) end