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