Method: REXMLUtilityNode#to_html
- Defined in:
- lib/formatted_string/formats/xml.rb
#to_html ⇒ Object
109 110 111 |
# File 'lib/formatted_string/formats/xml.rb', line 109 def to_html "<#{name}#{attributes.to_xml_attributes}>#{inner_html}</#{name}>" end |