class ActionText::Fragment

def from_html(html)

def from_html(html)
  new(ActionText::HtmlConversion.fragment_for_html(html.to_s.strip))
end