Sha256: c437422cdb8feb755e0368cb90cb0f7f5b6f82788974c59b2e6d508ef15228a6

Contents?: true

Size: 331 Bytes

Versions: 64

Compression:

Stored size: 331 Bytes

Contents

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

64 entries across 57 versions & 12 rubygems

Version Path
loofah-0.4.5 lib/loofah/xml/document.rb
loofah-0.4.4 lib/loofah/xml/document.rb
loofah-0.4.3 lib/loofah/xml/document.rb
loofah-0.4.2 lib/loofah/xml/document.rb