# File lib/Borges/HTML/HtmlBuilder.rb, line 347
  def tag_do(name, obj)
    open_tag(name)
    render(obj)
    close
  end