Method: Nokogiri::XML::Node#write_html_to
- Defined in:
- lib/nokogiri/xml/node.rb
#write_html_to(io, options = {}) ⇒ Object
Write Node as HTML to io
with options
See Node#write_to for a list of options
1469 1470 1471 |
# File 'lib/nokogiri/xml/node.rb', line 1469 def write_html_to(io, = {}) write_format_to(SaveOptions::DEFAULT_HTML, io, ) end |