# File lib/Borges/HTML/HtmlBuilder.rb, line 273
  def tag(str)
    open_tag(str)
    close
  end