Libraries
»
htmltools
(1.10)
»
Index
»
HTMLTree
»
Special
»
#to_s
Method: HTMLTree::Special#to_s
Defined in:
lib/html/element.rb
#
to_s
⇒
Object
319 320 321
# File 'lib/html/element.rb', line 319
def
to_s
'<'
+
@_content
+
'>'
end