# File rxml/working2/base_transformer.rb, line 223 def table_row(doc, style="", xstyle="") doc << "\n<tr #{style}>" yield doc doc << '</tr>' end