method
from_html
v8.0.0 -
Show latest stable
- Class:
ActionText::Fragment
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