method

fragment_for_html

fragment_for_html(html)
public

No documentation available.

# File actiontext/lib/action_text/html_conversion.rb, line 11
    def fragment_for_html(html)
      document.fragment(html)
    end