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