# File lib/Borges/HTML/HtmlElement.rb, line 24
  def attribute_at_put(attr, value)
    @attributes[attr.intern] = value
  end