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