Sha256: 25796dc26988e2891616948c68b06b312498e3346bb97f3b25be863f9cbbec10
Contents?: true
Size: 362 Bytes
Versions: 17
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true module Loofah module XML # :nodoc: # # Subclass of Nokogiri::XML::Document. # # See Loofah::ScrubBehavior and Loofah::DocumentDecorator for additional methods. # class Document < Nokogiri::XML::Document include Loofah::ScrubBehavior::Node include Loofah::DocumentDecorator end end end
Version data entries
17 entries across 17 versions & 6 rubygems