Class: Nokogiri::XML::Comment

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


399
400
401
# File 'lib/html2fortitude/html.rb', line 399

def to_fortitude(tabs, options)
  return "#{tabulate(tabs)}comment #{quoted_string_for_text(self.content.strip)}\n"
end