Method: HTMLTree::Special#to_s

Defined in:
lib/html/element.rb

#to_sObject



319
320
321
# File 'lib/html/element.rb', line 319

def to_s
  '<' + @_content + '>'
end