method
document
v6.1.3.1 -
Show latest stable
- Class:
ActionText::HtmlConversion
document()private
No documentation available.
# File actiontext/lib/action_text/html_conversion.rb, line 20
def document
Nokogiri::HTML::Document.new.tap { |doc| doc.encoding = "UTF-8" }
end