# File lib/Borges/HTML/HtmlElement.rb, line 67 def print_open_tag_on(str) str << "<#{self.name}" @attributes.print_html_on(str) str << ' /' unless self.should_print_close_tag str << '>' end