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