method

from_html

from_html(html)
public

No documentation available.

# File actiontext/lib/action_text/fragment.rb, line 19
      def from_html(html)
        new(ActionText::HtmlConversion.fragment_for_html(html.to_s.strip))
      end