Sha256: 34ea06070e107346b15de825b4708a628b64718d1c5fd255693ee73ae9045150

Contents?: true

Size: 461 Bytes

Versions: 29

Compression:

Stored size: 461 Bytes

Contents

# frozen_string_literal: true
module Loofah
  module HTML # :nodoc:
    #
    #  Subclass of Nokogiri::HTML::Document.
    #
    #  See Loofah::ScrubBehavior and Loofah::TextBehavior for additional methods.
    #
    class Document < Nokogiri::HTML::Document
      include Loofah::ScrubBehavior::Node
      include Loofah::DocumentDecorator
      include Loofah::TextBehavior

      def serialize_root
        at_xpath("/html/body")
      end
    end
  end
end

Version data entries

29 entries across 27 versions & 7 rubygems

Version Path
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/loofah-2.15.0/lib/loofah/html/document.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/loofah-2.18.0/lib/loofah/html/document.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/loofah-2.15.0/lib/loofah/html/document.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/loofah-2.18.0/lib/loofah/html/document.rb
loofah-2.20.0 lib/loofah/html/document.rb
loofah-2.19.1 lib/loofah/html/document.rb
loofah-2.19.0 lib/loofah/html/document.rb
loofah-2.18.0 lib/loofah/html/document.rb
loofah-2.17.0 lib/loofah/html/document.rb
loofah-2.16.0 lib/loofah/html/document.rb
loofah-2.15.0 lib/loofah/html/document.rb
loofah-2.14.0 lib/loofah/html/document.rb
loofah-2.13.0 lib/loofah/html/document.rb
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/loofah-2.12.0/lib/loofah/html/document.rb
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/loofah-2.12.0/lib/loofah/html/document.rb
rails_mini_profiler-0.2.0 vendor/bundle/ruby/3.0.0/gems/loofah-2.10.0/lib/loofah/html/document.rb
loofah-2.12.0 lib/loofah/html/document.rb
loofah-2.11.0 lib/loofah/html/document.rb
loofah-2.10.0 lib/loofah/html/document.rb
loofah-2.9.1 lib/loofah/html/document.rb