# File lib/Borges/HTML/HtmlBuilder.rb, line 182
  def set_attribute(attr, val)
    @attributes[attr] = val

    return val
  end