# File lib/Borges/HTML/HtmlRenderer.rb, line 80
  def open_anchor(&block)
    @attributes['href'] = url_for(&block)
    open_tag('a')
  end