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