# File lib/Borges/HTML/HtmlAttributes.rb, line 63 def print_html_on(str) @attributes.each do |attr, val| print_attribute_on(attr, val, str) end end