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