# File lib/Borges/HTML/HtmlBuilder.rb, line 294
  def table_row(&block)
    tag_do(:tr, block)
  end