method

html_document_class

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActionText
html_document_class() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text.rb, line 47
    def html_document_class
      return @html_document_class if defined?(@html_document_class)
      @html_document_class =
        defined?(Nokogiri::HTML5) ? Nokogiri::HTML5::Document : Nokogiri::HTML4::Document
    end
Register or log in to add new notes.