class ActionText::Fragment

def to_html

def to_html
  @html ||= HtmlConversion.node_to_html(source)
end