# File lib/Borges/HTML/HtmlBuilder.rb, line 206
  def table(&block)
    tag_do('table', block)
  end