method

to_html

to_html()
public

No documentation available.

# File actiontext/lib/action_text/fragment.rb, line 54
    def to_html
      @html ||= HtmlConversion.node_to_html(source)
    end