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