Sha256: 64945ed134914d2d87a45b06d7aabab0bf481bbf7d865559071fb90d973a2833
Contents?: true
Size: 383 Bytes
Versions: 17
Compression:
Stored size: 383 Bytes
Contents
# frozen_string_literal: true module Loofah module HTML4 # :nodoc: # # Subclass of Nokogiri::HTML4::DocumentFragment. # # See Loofah::ScrubBehavior and Loofah::TextBehavior for additional methods. # class DocumentFragment < Nokogiri::HTML4::DocumentFragment include Loofah::TextBehavior include Loofah::HtmlFragmentBehavior end end end
Version data entries
17 entries across 17 versions & 6 rubygems