# File rxml/base_transformer.rb, line 261 def table_cell(doc, style="", xstyle="") doc << "<td #{style}>" yield doc doc << '</td>' end