# File lib/Borges/HTML/HtmlBuilder.rb, line 221
  def table_heading(obj = nil, &block)
    return tag_do('th', obj) unless obj.nil?
    return tag_do('th', block)
  end