method
node_to_html
v6.1.7.7 -
Show latest stable
- Class:
ActionText::HtmlConversion
node_to_html(node)public
No documentation available.
# File actiontext/lib/action_text/html_conversion.rb, line 7
def node_to_html(node)
node.to_html(save_with: Nokogiri::XML::Node::SaveOptions::AS_HTML)
end