33 34 35 36 37
# File 'lib/odf/row.rb', line 33 def xml Builder::XmlMarkup.new.tag! 'table:table-row' do |xml| xml << cells_xml end end