Class: AsciidoctorVaped::Parser::Blocks::TableCell

Inherits:
Object
  • Object
show all
Defined in:
lib/asciidoctor_vaped/parser/blocks/tables/table_cell.rb

Class Method Summary collapse

Class Method Details

.build(text) ⇒ Object



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