Method: Fdlint::Parser::HTML::DTDElement#to_s

Defined in:
lib/fdlint/parser/html/struct.rb

#to_sObject Also known as: outer_html



307
308
309
# File 'lib/fdlint/parser/html/struct.rb', line 307

def to_s
  "<!#{@pre} #{type}>"
end