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