7 8 9
# File 'lib/asciidoctor_vaped/parser/blocks/tables/table_cell.rb', line 7 def self.build(text) AST::Element.new(:table_cell, children: Inline.parse(text)) end