# File lib/Borges/Response/HtmlResponse.rb, line 37
  def push_element(anObject)
    add_element(anObject)
    @stack.push(anObject)
  end