Sha256: 611bd3dd704124a6f227d9e6339bc14cfc2e8f614a0348ff79fac0b0db1d09a7
Contents?: true
Size: 361 Bytes
Versions: 29
Compression:
Stored size: 361 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
29 entries across 27 versions & 7 rubygems