# File lib/Borges/HTML/HtmlAttributes.rb, line 97
  def render_on(r)
    unless @attributes.nil? then
      @attributes.each do |assoc|
        self.render_attribute_on(assoc, r)
      end
    end
  end