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