Class: Nokogiri::XML::ProcessingInstruction

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

See Also:

  • Html2fortitude::HTML::Node#to_fortitude


359
360
361
362
# File 'lib/html2fortitude/html.rb', line 359

def to_fortitude(tabs, options)
  # "#{tabulate(tabs)}!!! XML\n"
  "#{tabulate(tabs)}rawtext(\"#{self.to_s}\")\n"
end