# File lib/ruport/formatter/html.rb, line 100
    def html_table
      "<table>\n" << yield << "</table>\n"
    end