Class: Nokogiri::XML::DTD

Inherits:
Object
  • Object
show all
Defined in:
lib/html2fortitude/html.rb

Overview

See Also:

Instance Method Summary collapse

Instance Method Details

#to_fortitude(tabs, options) ⇒ Object

We just emit 'doctype!' here, because the base widget knows its doctype.



390
391
392
# File 'lib/html2fortitude/html.rb', line 390

def to_fortitude(tabs, options)
  "#{tabulate(tabs)}doctype!\n"
end