method
to_html
v7.1.3.4 -
Show latest stable
- Class:
ActionText::Fragment
to_html()public
No documentation available.
# File actiontext/lib/action_text/fragment.rb, line 50
def to_html
@html ||= HtmlConversion.node_to_html(source)
end