# File lib/Borges/HTML/HtmlBuilder.rb, line 361
  def text(obj)
    @document.add_element(obj.to_s)
  end