# File lib/Borges/Response/HtmlResponse.rb, line 51
  def with_element_do(anElement, aBlock)
    push_element(anElement)
    aBlock.call
    pop_element
  end